#include <mime.h>
Inheritance diagram for ost::MIMEItemPart::

Protected Methods | |
| virtual void | head (std::ostream *output) |
| Stream the header(s) for the current document part. More... | |
| virtual void | body (std::ostream *output)=0 |
| Stream the content of this document part. More... | |
| MIMEItemPart (MIMEMultipart *top, const char *ct) | |
| Construct and attach a document part to a multipart document. More... | |
| 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.
|
|
Construct and attach a document part to a multipart document.
|
|
|
|
|
|
Stream the content of this document part.
Reimplemented in ost::MIMEFormData. |
|
|
Stream the header(s) for the current document part.
Reimplemented in ost::MIMEFormData. |
|
|
|
|
|
|
|
|
|
|
|
|
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001