VMime
header.hpp File Reference
Include dependency graph for header.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  header
 

Namespaces

 vmime
 

Macros

#define FIELD_ACCESS(methodName, fieldName)
 

Macro Definition Documentation

#define FIELD_ACCESS (   methodName,
  fieldName 
)
Value:
shared_ptr <headerField> methodName() { return getField(fields::fieldName); } \
shared_ptr <const headerField> methodName() const { return findField(fields::fieldName); }