|
| | messageIdSequence () |
| |
| | messageIdSequence (const messageIdSequence &midSeq) |
| |
| | ~messageIdSequence () |
| |
| shared_ptr< component > | clone () const |
| |
| void | copyFrom (const component &other) |
| |
| messageIdSequence & | operator= (const messageIdSequence &other) |
| |
| const std::vector< shared_ptr< component > > | getChildComponents () |
| |
| void | appendMessageId (shared_ptr< messageId > mid) |
| |
| void | insertMessageIdBefore (shared_ptr< messageId > beforeMid, shared_ptr< messageId > mid) |
| |
| void | insertMessageIdBefore (const size_t pos, shared_ptr< messageId > mid) |
| |
| void | insertMessageIdAfter (shared_ptr< messageId > afterMid, shared_ptr< messageId > mid) |
| |
| void | insertMessageIdAfter (const size_t pos, shared_ptr< messageId > mid) |
| |
| void | removeMessageId (shared_ptr< messageId > mid) |
| |
| void | removeMessageId (const size_t pos) |
| |
| void | removeAllMessageIds () |
| |
| size_t | getMessageIdCount () const |
| |
| bool | isEmpty () const |
| |
| const shared_ptr< messageId > | getMessageIdAt (const size_t pos) |
| |
| const shared_ptr< const messageId > | getMessageIdAt (const size_t pos) const |
| |
| const std::vector< shared_ptr< const messageId > > | getMessageIdList () const |
| |
| const std::vector< shared_ptr< messageId > > | getMessageIdList () |
| |
| | component () |
| |
| virtual | ~component () |
| |
| void | parse (const string &buffer) |
| |
| void | parse (const parsingContext &ctx, const string &buffer) |
| |
| void | parse (shared_ptr< utility::inputStream > inputStream, const size_t length) |
| |
| void | parse (const string &buffer, const size_t position, const size_t end, size_t *newPosition=NULL) |
| |
| void | parse (const parsingContext &ctx, const string &buffer, const size_t position, const size_t end, size_t *newPosition=NULL) |
| |
| void | parse (shared_ptr< utility::inputStream > inputStream, const size_t position, const size_t end, size_t *newPosition=NULL) |
| |
| void | parse (const parsingContext &ctx, shared_ptr< utility::inputStream > inputStream, const size_t position, const size_t end, size_t *newPosition=NULL) |
| |
| virtual const string | generate (const size_t maxLineLength=lineLengthLimits::infinite, const size_t curLinePos=0) const |
| |
| virtual void | generate (utility::outputStream &outputStream, const size_t curLinePos=0, size_t *newLinePos=NULL) const |
| |
| virtual void | generate (const generationContext &ctx, utility::outputStream &outputStream, const size_t curLinePos=0, size_t *newLinePos=NULL) const |
| |
| virtual shared_ptr< component > | clone () const =0 |
| |
| virtual void | copyFrom (const component &other)=0 |
| |
| size_t | getParsedOffset () const |
| |
| size_t | getParsedLength () const |
| |
| virtual const std::vector< shared_ptr< component > > | getChildComponents ()=0 |
| |
| virtual size_t | getGeneratedSize (const generationContext &ctx) |
| |
|
| void | parseImpl (const parsingContext &ctx, const string &buffer, const size_t position, const size_t end, size_t *newPosition=NULL) |
| |
| void | generateImpl (const generationContext &ctx, utility::outputStream &os, const size_t curLinePos=0, size_t *newLinePos=NULL) const |
| |
| void | setParsedBounds (const size_t start, const size_t end) |
| |
| virtual void | parseImpl (const parsingContext &ctx, shared_ptr< utility::parserInputStreamAdapter > parser, const size_t position, const size_t end, size_t *newPosition=NULL) |
| |
| virtual void | parseImpl (const parsingContext &ctx, const string &buffer, const size_t position, const size_t end, size_t *newPosition=NULL) |
| |
| virtual void | generateImpl (const generationContext &ctx, utility::outputStream &os, const size_t curLinePos=0, size_t *newLinePos=NULL) const =0 |
| |
| | object () |
| |
| | object (const object &) |
| |
| object & | operator= (const object &) |
| |
| virtual | ~object () |
| |
A list of message identifiers (basic type).