This is a push parser for lists.
Synopsis
Declared in <balxml_listparser.h>
template<class TYPE>
class ListParser;
Type Aliases
Name |
Description |
Callable type for parsing a single list element. |
|
Function‐pointer type for parsing a single list element. |
Member Functions
Name |
Description |
|
Create a parser for lists using the specified |
Prepare the parser to start parsing a new value and associate the specified |
|
Ends the parse operation and store the value parsed from the pushed characters into the associated object. Return 0 if successful and non‐zero otherwise. The behavior is undefined unless an object is associated with this parser. Upon successful completion, the parser will be disassociated with the object. |
|
Push the characters ranging from the specified |
Created with MrDocs