|
VMime
|


Public Member Functions | |
| maildirMessageStructure () | |
| maildirMessageStructure (shared_ptr< maildirMessagePart > parent, const bodyPart &part) | |
| maildirMessageStructure (shared_ptr< maildirMessagePart > parent, const std::vector< shared_ptr< const vmime::bodyPart > > &list) | |
| shared_ptr< const messagePart > | getPartAt (const size_t x) const |
| shared_ptr< messagePart > | getPartAt (const size_t x) |
| size_t | getPartCount () const |
Static Public Member Functions | |
| static shared_ptr< maildirMessageStructure > | emptyStructure () |
Additional Inherited Members | |
Protected Member Functions inherited from object | |
| object () | |
| object (const object &) | |
| object & | operator= (const object &) |
| virtual | ~object () |
| maildirMessageStructure | ( | shared_ptr< maildirMessagePart > | parent, |
| const bodyPart & | part | ||
| ) |
| maildirMessageStructure | ( | shared_ptr< maildirMessagePart > | parent, |
| const std::vector< shared_ptr< const vmime::bodyPart > > & | list | ||
| ) |
|
static |
Referenced by maildirMessagePart::getStructure().
|
virtual |
Return the part at the specified position (first part is at position 0).
| pos | position |
Implements messageStructure.
|
virtual |
Return the part at the specified position (first part is at position 0).
| pos | position |
Implements messageStructure.
|
virtual |