header.hpp File Reference

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

Classes

class  header
 Header section of a MIME part. More...
class  fieldHasName
class  fieldHasNotName

Namespaces

namespace  vmime

Defines

#define FIELD_ACCESS(methodName, fieldName)

Define Documentation

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

Generated by  doxygen 1.6.2