.TH "ost::MIMEMultipart" 3 "Sun Dec 27 2020" "GNU CommonC++" \" -*- nroff -*- .ad l .nh .SH NAME ost::MIMEMultipart \- A container class for multi-part MIME document objects which can be streamed to a std::ostream destination\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherited by \fBost::MIMEMultipartForm\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBMIMEMultipart\fP (const char *document)" .br .RI "Contruct a multi-part document, and describe it's type\&. " .ti -1c .RI "virtual void \fBhead\fP (std::ostream *output)" .br .RI "Stream the headers of the multi-part document\&. " .ti -1c .RI "virtual void \fBbody\fP (std::ostream *output)" .br .RI "Stream the 'body' of the multi-part document\&. " .ti -1c .RI "char ** \fBgetHeaders\fP (void)" .br .RI "Get a string array of the headers to use\&. " .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "virtual \fB~MIMEMultipart\fP ()" .br .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "char \fBboundry\fP [8]" .br .ti -1c .RI "char \fBmtype\fP [80]" .br .ti -1c .RI "char * \fBheader\fP [16]" .br .ti -1c .RI "\fBMIMEItemPart\fP * \fBfirst\fP" .br .ti -1c .RI "\fBMIMEItemPart\fP * \fBlast\fP" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "class \fB__EXPORT\fP \fBMIMEItemPart\fP" .br .in -1c .SH "Detailed Description" .PP A container class for multi-part MIME document objects which can be streamed to a std::ostream destination\&. .PP \fBAuthor\fP .RS 4 David Sugar dyfet@ostel.com .RE .PP container for streamable multi-part MIME documents\&. .SH "Constructor & Destructor Documentation" .PP .SS "virtual ost::MIMEMultipart::~MIMEMultipart ()\fC [protected]\fP, \fC [virtual]\fP" .SS "ost::MIMEMultipart::MIMEMultipart (const char * document)" .PP Contruct a multi-part document, and describe it's type\&. .PP \fBParameters\fP .RS 4 \fIdocument\fP (content) type\&. .RE .PP .SH "Member Function Documentation" .PP .SS "virtual void ost::MIMEMultipart::body (std::ostream * output)\fC [virtual]\fP" .PP Stream the 'body' of the multi-part document\&. This involves streaming the headers and body of each document part\&. .PP \fBParameters\fP .RS 4 \fIoutput\fP to stream document body into\&. .RE .PP .SS "char** ost::MIMEMultipart::getHeaders (void)\fC [inline]\fP" .PP Get a string array of the headers to use\&. This is used to assist \fBURLStream::post\fP\&. .PP \fBReturns\fP .RS 4 array of headers\&. .RE .PP .SS "virtual void ost::MIMEMultipart::head (std::ostream * output)\fC [virtual]\fP" .PP Stream the headers of the multi-part document\&. The headers of individual entities are streamed as part of the body\&. .PP \fBParameters\fP .RS 4 \fIoutput\fP to stream document header into\&. .RE .PP .SH "Friends And Related Function Documentation" .PP .SS "friend class \fB__EXPORT\fP \fBMIMEItemPart\fP\fC [friend]\fP" .SH "Member Data Documentation" .PP .SS "char ost::MIMEMultipart::boundry[8]\fC [protected]\fP" .SS "\fBMIMEItemPart\fP* ost::MIMEMultipart::first\fC [protected]\fP" .SS "char* ost::MIMEMultipart::header[16]\fC [protected]\fP" .SS "\fBMIMEItemPart\fP * ost::MIMEMultipart::last\fC [protected]\fP" .SS "char ost::MIMEMultipart::mtype[80]\fC [protected]\fP" .SH "Author" .PP Generated automatically by Doxygen for GNU CommonC++ from the source code\&.