|
VMime
|
This is the complete list of members for path, including all inherited members.
| clone() const | path | virtual |
| component() | component | |
| copyFrom(const component &other) | path | virtual |
| generate(const size_t maxLineLength=lineLengthLimits::infinite, const size_t curLinePos=0) const | component | virtual |
| generate(utility::outputStream &outputStream, const size_t curLinePos=0, size_t *newLinePos=NULL) const | component | virtual |
| generate(const generationContext &ctx, utility::outputStream &outputStream, const size_t curLinePos=0, size_t *newLinePos=NULL) const | component | virtual |
| generateImpl(const generationContext &ctx, utility::outputStream &os, const size_t curLinePos=0, size_t *newLinePos=NULL) const | path | protectedvirtual |
| getChildComponents() | path | virtual |
| getDomain() const | path | |
| getGeneratedSize(const generationContext &ctx) | headerFieldValue | virtual |
| getLocalPart() const | path | |
| getParsedLength() const | component | |
| getParsedOffset() const | component | |
| m_domain | path | protected |
| m_localPart | path | protected |
| object() | object | protected |
| object(const object &) | object | protected |
| operator!=(const path &p) const | path | |
| operator=(const path &other) | path | |
| vmime::headerFieldValue::operator=(const object &) | object | protected |
| operator==(const path &p) const | path | |
| parse(const string &buffer) | component | |
| parse(const parsingContext &ctx, const string &buffer) | component | |
| parse(shared_ptr< utility::inputStream > inputStream, const size_t length) | component | |
| parse(const string &buffer, const size_t position, const size_t end, size_t *newPosition=NULL) | component | |
| parse(const parsingContext &ctx, const string &buffer, const size_t position, const size_t end, size_t *newPosition=NULL) | component | |
| parse(shared_ptr< utility::inputStream > inputStream, const size_t position, const size_t end, size_t *newPosition=NULL) | component | |
| parse(const parsingContext &ctx, shared_ptr< utility::inputStream > inputStream, const size_t position, const size_t end, size_t *newPosition=NULL) | component | |
| parseImpl(const parsingContext &ctx, const string &buffer, const size_t position, const size_t end, size_t *newPosition=NULL) | path | protectedvirtual |
| vmime::headerFieldValue::parseImpl(const parsingContext &ctx, shared_ptr< utility::parserInputStreamAdapter > parser, const size_t position, const size_t end, size_t *newPosition=NULL) | component | protectedvirtual |
| path() | path | |
| path(const string &localPart, const string &domain) | path | |
| path(const path &p) | path | |
| setDomain(const string &domain) | path | |
| setLocalPart(const string &localPart) | path | |
| setParsedBounds(const size_t start, const size_t end) | component | protected |
| ~component() | component | virtual |
| ~object() | object | protectedvirtual |