This is a push parser for lists.
Declared in <balxml_listparser.h>
template<class TYPE>
class ListParser;
| Name | Description |
|---|---|
ParseElementCallback | Callable type for parsing a single list element. |
ParseElementFunction | Function-pointer type for parsing a single list element. |
| Name | Description |
|---|---|
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. |