logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

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

GNU CommonC++                                    Sun Dec 27 2020                            ost::MIMEItemPart(3)

Constructor & Destructor Documentation

ost::MIMEItemPart::MIMEItemPart(MIMEMultipart*top,constchar*ct)[protected]
       Construct and attach a document part to a multipart document.

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

   virtualost::MIMEItemPart::~MIMEItemPart()[protected],[virtual]

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 dyfet@ostel.com

       item or part of a multi-part object.

Member Data Documentation

MIMEMultipart*ost::MIMEItemPart::base[protected]constchar*ost::MIMEItemPart::ctype[protected]MIMEItemPart*ost::MIMEItemPart::next[protected]

Member Function Documentation

virtualvoidost::MIMEItemPart::body(std::ostream*output)[protected],[purevirtual]
       Stream the content of this document part.

       Parametersoutput to stream document body into.

       Implemented in ost::MIMEFormData.

   virtualvoidost::MIMEItemPart::head(std::ostream*output)[protected],[virtual]
       Stream the header(s) for the current document part.

       Parametersoutput to stream header into.

       Reimplemented in ost::MIMEFormData.

Name

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

Synopsis

       #include <mime.h>

       Inherited by ost::MIMEFormData.

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

   ProtectedAttributesMIMEMultipart * baseMIMEItemPart * next
       const char * ctypeFriends
       class __EXPORTMIMEMultipart

See Also