mime::object Class Reference

#include <object.h>

List of all members.

Public Member Functions

 object ()

Public Attributes

std::string type
std::string subtype
std::map< std::string, fieldfields
objectparent


Detailed Description

This object describes a MIME object.
Examples:

simple.C.


Constructor & Destructor Documentation

mime::object::object  )  [inline]
 

The default constructor.


Member Data Documentation

std::map<std::string,field> mime::object::fields
 

All fields from the object's header

Examples:
simple.C.

object* mime::object::parent
 

Pointer to the parent object, if one exists.

std::string mime::object::subtype
 

The object's minor type, derived from the MIME type e.g. "plain"

Examples:
simple.C.

std::string mime::object::type
 

The object's major type, derived from the MIME type e.g. "text"

Examples:
simple.C.


The documentation for this class was generated from the following file:
Generated on Mon Jun 19 21:23:16 2006 for mimedecode by  doxygen 1.4.6