Main Page   Class Hierarchy   Alphabetical List   Compound List   Examples  
Public Member Functions | List of all members
ImageJpeg Struct Reference

image/jpeg attachment More...

#include <message.h>

Inheritance diagram for ImageJpeg:
Attachment MimeEntity

Public Member Functions

 ImageJpeg (const std::string &fqn)
template<typename Codec >
 ImageJpeg (const std::string &fqn, const Codec &c)
- Public Member Functions inherited from Attachment
 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
- Public Member Functions inherited from MimeEntity
 MimeEntity ()
template<typename Iterator >
 MimeEntity (Iterator beg, Iterator end, int mask=imNone)
 MimeEntity (std::istream &)
template<typename OutputIt >
size_type copy (OutputIt out)
Headerheader ()
const Headerheader () const
Bodybody ()
const Bodybody () const
template<typename Iterator >
void load (Iterator, Iterator, int mask=imNone)
void load (std::istream &, int mask=imNone)
bool hasField (const std::string &) const
size_type size () const

Additional Inherited Members

- Protected Member Functions inherited from MimeEntity
void commonInit ()
virtual std::ostream & write (std::ostream &, const char *eol=0) const
- Protected Attributes inherited from MimeEntity
Header m_header
Body m_body
size_type m_lines
size_type m_size

Detailed Description

image/jpeg attachment


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