|
| fileAttachment (const string &filepath, const mediaType &type) |
|
| fileAttachment (const string &filepath, const mediaType &type, const text &desc) |
|
| fileAttachment (const string &filepath, const mediaType &type, const text &desc, const encoding &enc) |
|
| fileAttachment (shared_ptr< contentHandler > cts, const word &filename, const mediaType &type) |
|
| fileAttachment (shared_ptr< contentHandler > cts, const word &filename, const mediaType &type, const text &desc) |
|
| fileAttachment (shared_ptr< contentHandler > cts, const word &filename, const mediaType &type, const text &desc, const encoding &enc) |
|
const fileInfo & | getFileInfo () const |
|
fileInfo & | getFileInfo () |
|
| defaultAttachment (shared_ptr< const contentHandler > data, const encoding &enc, const mediaType &type, const text &desc=NULL_TEXT, const word &name=NULL_WORD) |
|
| defaultAttachment (shared_ptr< const contentHandler > data, const mediaType &type, const text &desc=NULL_TEXT, const word &name=NULL_WORD) |
|
| defaultAttachment (const defaultAttachment &attach) |
|
| ~defaultAttachment () |
|
defaultAttachment & | operator= (const defaultAttachment &attach) |
|
const mediaType | getType () const |
|
const text | getDescription () const |
|
const word | getName () const |
|
const shared_ptr< const
contentHandler > | getData () const |
|
const encoding | getEncoding () const |
|
shared_ptr< const object > | getPart () const |
|
shared_ptr< const header > | getHeader () const |
|
virtual | ~attachment () |
|
Attachment of type 'file'.