DOKK / manpages / debian 10 / libcommoncpp2-doc / ost_MIMEItemPart.3.en
ost::MIMEItemPart(3) Library Functions Manual ost::MIMEItemPart(3)

ost::MIMEItemPart - This is used to attach an item part to a MIME multipart document that is being streamed.

#include <mime.h>

Inherited by ost::MIMEFormData.


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 ()


MIMEMultipart * base
MIMEItemPart * next
const char * ctype


class __EXPORT MIMEMultipart

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.

Construct and attach a document part to a multipart document.

Parameters:

top multipart document to attach to.
ct Content-Type to use.

Stream the content of this document part.

Parameters:

output to stream document body into.

Implemented in ost::MIMEFormData.

Stream the header(s) for the current document part.

Parameters:

output to stream header into.

Reimplemented in ost::MIMEFormData.

MIMEMultipart* ost::MIMEItemPart::base [protected]

MIMEItemPart* ost::MIMEItemPart::next [protected]

Generated automatically by Doxygen for GNU CommonC++ from the source code.

Wed Oct 31 2018 GNU CommonC++