Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ost_mimeitempart(3) [debian man page]

ost::MIMEItemPart(3)					     Library Functions Manual					      ost::MIMEItemPart(3)

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. 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 dyfet@ostel.com item or part of a multi-part object. Constructor &; Destructor Documentation ost::MIMEItemPart::MIMEItemPart (MIMEMultipart *top, const char *ct) [protected] 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 () [protected], [virtual] Member Function Documentation virtual void ost::MIMEItemPart::body (std::ostream *output) [protected], [pure virtual] 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) [protected], [virtual] 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 __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. GNU CommonC++ Sat Jun 23 2012 ost::MIMEItemPart(3)

Check Out this Related Man Page

ost::ChecksumDigest(3)					     Library Functions Manual					    ost::ChecksumDigest(3)

NAME
ost::ChecksumDigest - A simple checksum digest function. SYNOPSIS
#include <digest.h> Inherits ost::Digest. Public Member Functions ChecksumDigest () void initDigest (void) unsigned getSize (void) unsigned getDigest (unsigned char *buffer) void putDigest (const unsigned char *buffer, unsigned length) Protected Member Functions int overflow (int c) std::ostream & strDigest (std::ostream &os) Detailed Description A simple checksum digest function. Author: David Sugar dyfet@ostel.com checksum hash function. Constructor &; Destructor Documentation ost::ChecksumDigest::ChecksumDigest () Member Function Documentation unsigned ost::ChecksumDigest::getDigest (unsigned char *buffer) [virtual] Implements ost::Digest. unsigned ost::ChecksumDigest::getSize (void) [inline], [virtual] Implements ost::Digest. void ost::ChecksumDigest::initDigest (void) [inline], [virtual] Implements ost::Digest. int ost::ChecksumDigest::overflow (intc) [protected] void ost::ChecksumDigest::putDigest (const unsigned char *buffer, unsignedlength) [virtual] Implements ost::Digest. std::ostream& ost::ChecksumDigest::strDigest (std::ostream &os) [protected], [virtual] Implements ost::Digest. Author Generated automatically by Doxygen for GNU CommonC++ from the source code. GNU CommonC++ Sat Jun 23 2012 ost::ChecksumDigest(3)
Man Page