47 #ifndef CCXX_CONFIG_H_
51 #ifndef CCXX_SOCKET_H_
55 #ifdef CCXX_NAMESPACES
94 virtual void head(std::ostream *output);
102 virtual void body(std::ostream *output);
157 virtual void head(std::ostream *output);
164 virtual void body(std::ostream *output) = 0;
198 void head(std::ostream *output);
205 void body(std::ostream *output);
217 #ifdef CCXX_NAMESPACES
MIMEItemPart * last
Definition: mime.h:76
MIMEItemPart * next
Definition: mime.h:149
const char * ctype
Definition: mime.h:150
#define __EXPORT
Definition: config.h:980
class __EXPORT MIMEItemPart
Definition: mime.h:60
char ** getHeaders(void)
Get a string array of the headers to use.
Definition: mime.h:110
class __EXPORT MIMEMultipart
Definition: mime.h:59
MIMEMultipart * base
Definition: mime.h:148
A container class for multi-part MIME document objects which can be streamed to a std::ostream destin...
Definition: mime.h:69
This is used to attach an item part to a MIME multipart document that is being streamed.
Definition: mime.h:143
Network addresses and sockets related classes.