This is used to attach an item part to a MIME multipart document that is being streamed.
More...
List of all members.
Detailed Description
This is used to attach an item part to a MIME multipart document that is being streamed.
The base item part class is used by all derived items.
- Author:
- David Sugar <dyfet@ostel.com> item or part of a multi-part object.
Constructor & Destructor Documentation
ost::MIMEItemPart::MIMEItemPart |
( |
MIMEMultipart * |
top, |
|
|
const char * |
ct | |
|
) |
| | [protected] |
Construct and attach a document part to a multipart document.
- Parameters:
-
| top | multipart document to attach to. |
| ct | Content-Type to use. |
virtual ost::MIMEItemPart::~MIMEItemPart |
( |
|
) |
[protected, virtual] |
Member Function Documentation
virtual void ost::MIMEItemPart::body |
( |
std::ostream * |
output |
) |
[protected, pure virtual] |
Stream the content of this document part.
- Parameters:
-
| output | to stream document body into. |
Implemented in ost::MIMEFormData.
virtual void ost::MIMEItemPart::head |
( |
std::ostream * |
output |
) |
[protected, virtual] |
Stream the header(s) for the current document part.
- Parameters:
-
| output | to stream header into. |
Reimplemented in ost::MIMEFormData.
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file: