SYNOPSIS

#include <mime.h>

Inherited by ost::MIMEFormData.

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

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 [email protected] item or part of a multi-part object.

Constructor & Destructor Documentation

ost::MIMEItemPart::MIMEItemPart (\fBMIMEMultipart\fP *top, const char *ct)\fC [protected]\fP

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 ()\fC [protected]\fP, \fC [virtual]\fP

Member Function Documentation

virtual void ost::MIMEItemPart::body (std::ostream *output)\fC [protected]\fP, \fC [pure virtual]\fP

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)\fC [protected]\fP, \fC [virtual]\fP

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

Parameters:

output to stream header into.

Reimplemented in ost::MIMEFormData.

Friends And Related Function Documentation

friend class \fB__EXPORT\fP \fBMIMEMultipart\fP\fC [friend]\fP

Member Data Documentation

\fBMIMEMultipart\fP* ost::MIMEItemPart::base\fC [protected]\fP

const char* ost::MIMEItemPart::ctype\fC [protected]\fP

\fBMIMEItemPart\fP* ost::MIMEItemPart::next\fC [protected]\fP

Author

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