Main Page   Class Hierarchy   Alphabetical List   Compound List   Examples  

Attachment Struct Reference

Helper class to embed file attachments. More...

#include <message.h>

Inheritance diagram for Attachment:

MimeEntity AudioBasic ImageJpeg

List of all members.

Public Member Functions

 Attachment (const std::string &)
 Attachment (const std::string &, const ContentType &)
template<typename Codec >
 Attachment (const std::string &, const Codec &c)
template<typename Codec >
 Attachment (const std::string &, const ContentType &, const Codec &c)
bool operator() () const
bool isValid () const


Detailed Description

Helper class to embed file attachments.

Constructor & Destructor Documentation

Attachment ( const std::string &   ) 

defaults to application/octet-stream

Attachment ( const std::string &  fqn,
const Codec &  codec 
) [inline]

defaults to application/octet-stream


The documentation for this struct was generated from the following file: