|
VMime
|
This is the complete list of members for word, including all inherited members.
| clone() const | word | virtual |
| component() | component | |
| copyFrom(const component &other) | word | 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 | word | protectedvirtual |
| getBuffer() const | word | |
| getBuffer() | word | |
| getCharset() const | word | |
| getChildComponents() | word | virtual |
| getConvertedText(const charset &dest, const charsetConverterOptions &opts=charsetConverterOptions()) const | word | |
| getGeneratedSize(const generationContext &ctx) | headerFieldValue | virtual |
| getLanguage() const | word | |
| getParsedLength() const | component | |
| getParsedOffset() const | component | |
| isEmpty() const | word | |
| isEquivalent(const word &other) const | word | |
| object() | object | protected |
| object(const object &) | object | protected |
| operator!=(const word &w) const | word | |
| operator=(const word &w) | word | |
| operator=(const string &s) | word | |
| vmime::headerFieldValue::operator=(const object &) | object | protected |
| operator==(const word &w) const | word | |
| 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) | word | 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 |
| parseWithState(const parsingContext &ctx, const string &buffer, const size_t position, const size_t end, size_t *newPosition, parserState *state) | word | protected |
| setBuffer(const string &buffer) | word | |
| setCharset(const charset &ch) | word | |
| setLanguage(const string &lang) | word | |
| setParsedBounds(const size_t start, const size_t end) | component | protected |
| word() | word | |
| word(const word &w) | word | |
| word(const string &buffer) | word | explicit |
| word(const string &buffer, const charset &charset) | word | |
| word(const string &buffer, const charset &charset, const string &lang) | word | |
| ~component() | component | virtual |
| ~object() | object | protectedvirtual |