application/octet-stream entity class
More...
#include <message.h>
|
template<typename Codec > |
| ApplicationOctStream (const std::string &, const Codec &c=Base64::Encoder()) |
|
std::string | type () const |
|
void | type (const std::string &) |
|
uint | padding () const |
|
void | padding (unsigned int) |
|
bool | operator() () const |
|
bool | isValid () const |
|
| MimeEntity () |
|
template<typename Iterator > |
| MimeEntity (Iterator beg, Iterator end, int mask=imNone) |
|
| MimeEntity (std::istream &) |
|
template<typename OutputIt > |
size_type | copy (OutputIt out) |
|
Header & | header () |
|
const Header & | header () const |
|
Body & | body () |
|
const Body & | body () 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 |
|
|
std::string | m_fqn |
|
bool | m_status |
|
Header | m_header |
|
Body | m_body |
|
size_type | m_lines |
|
size_type | m_size |
|
|
void | commonInit () |
|
virtual std::ostream & | write (std::ostream &, const char *eol=0) const |
|
application/octet-stream entity class
The documentation for this struct was generated from the following file: