BloombergLP::balxml::ListParser

This is a push parser for lists.

Synopsis

Declared in <balxml_listparser.h>

template<class TYPE>
class ListParser;

Type Aliases

NameDescription
ParseElementCallback Callable type for parsing a single list element.
ParseElementFunction Function-pointer type for parsing a single list element.

Member Functions

NameDescription
ListParser [constructor]Create a parser for lists.
beginParse Prepare the parser to start parsing a new value and associate the specified object with the parser.
endParse Ends the parse operation and store the value parsed from the pushed characters into the associated object.
pushCharacters Push the characters ranging from the specified begin up to (but not including) the specified end into this parser.