man ost_MIMEItemPart (Fonctions bibliothèques) - This is used to attach an item part to a MIME multipart document that is being streamed.item or part of a multi-part object.
NAME
ost::MIMEItemPart - This is used to attach an item part to a MIME multipart document that is being streamed.item or part of a multi-part object.
SYNOPSIS
#include <mime.h>
Inherited by ost::MIMEFormData.
Protected Member Functions
virtual void head (std::ostream *out)
Stream the header(s) for the current document part.
virtual void body (std::ostream *out)=0
Stream the content of this document part.
MIMEItemPart (MIMEMultipart *top, const char *ct)
Construct and attach a document part to a multipart document.
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.item or part of a multi-part object.
The base item part class is used by all derived items.
Author: David Sugar <dyfet@ostel.com>
Constructor & Destructor Documentation
ost::MIMEItemPart::MIMEItemPart (MIMEMultipart * top, const char * ct) [protected]
Construct and attach a document part to a multipart document.
Parameters:
multipart document to attach to.
Content-Type to use.
Member Function Documentation
virtual void ost::MIMEItemPart::body (std::ostream * out) [protected, pure virtual]
Stream the content of this document part.
Parameters: output to stream into.
Implemented in ost::MIMEFormData.
virtual void ost::MIMEItemPart::head (std::ostream * out) [protected, virtual]
Stream the header(s) for the current document part.
Parameters: output to stream into.
Reimplemented in ost::MIMEFormData.
Friends And Related Function Documentation
friend class __EXPORT MIMEMultipart [friend]
Member Data Documentation
MIMEMultipart* ost::MIMEItemPart::base [protected]
const char* ost::MIMEItemPart::ctype [protected]
MIMEItemPart* ost::MIMEItemPart::next [protected]
Author
Generated automatically by Doxygen for GNU CommonC++ from the source code.