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

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.
|
||||||||||||
|
Construct and attach a document part to a multipart document.
|
|
|
|
|
|
Stream the content of this document part.
Implemented in ost::MIMEFormData. |
|
|
Stream the header(s) for the current document part.
Reimplemented in ost::MIMEFormData. |
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1