#include <mime.h>
Protected Member Functions | |
virtual void | head (std::ostream *output) |
Stream the header(s) for the current document part. | |
virtual void | body (std::ostream *output)=0 |
Stream the content of this document part. | |
MIMEItemPart (MIMEMultipart *top, const char *ct) | |
Construct and attach a document part to a multipart document. | |
virtual | ~MIMEItemPart () |
Protected Attributes | |
MIMEMultipart * | base |
MIMEItemPart * | next |
const char * | ctype |
Friends | |
class __EXPORT | MIMEMultipart |
The base item part class is used by all derived items.
ost::MIMEItemPart::MIMEItemPart | ( | MIMEMultipart * | top, | |
const char * | ct | |||
) | [protected] |
Construct and attach a document part to a multipart document.
top | multipart document to attach to. | |
ct | Content-Type to use. |
virtual ost::MIMEItemPart::~MIMEItemPart | ( | ) | [protected, virtual] |
virtual void ost::MIMEItemPart::head | ( | std::ostream * | output | ) | [protected, virtual] |
Stream the header(s) for the current document part.
output | to stream header into. |
Reimplemented in ost::MIMEFormData.
virtual void ost::MIMEItemPart::body | ( | std::ostream * | output | ) | [protected, pure virtual] |
Stream the content of this document part.
output | to stream document body into. |
Implemented in ost::MIMEFormData.
friend class __EXPORT MIMEMultipart [friend] |
MIMEMultipart* ost::MIMEItemPart::base [protected] |
MIMEItemPart* ost::MIMEItemPart::next [protected] |
const char* ost::MIMEItemPart::ctype [protected] |