#include <object.h>
Public Member Functions | |
object () | |
Public Attributes | |
std::string | type |
std::string | subtype |
std::map< std::string, field > | fields |
object * | parent |
|
The default constructor. |
|
All fields from the object's header
|
|
Pointer to the parent object, if one exists. |
|
The object's minor type, derived from the MIME type e.g. "plain"
|
|
The object's major type, derived from the MIME type e.g. "text"
|