This is a push parser for supported Hex types (bsl::vector<char> or bsl::string).
Synopsis
Declared in <balxml_hexparser.h>
template<class TYPE>
class HexParser;
Member Functions
Name |
Description |
|
Create a parser for parsing Hex types. |
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. |
|
Push the characters ranging from the specified |
Created with MrDocs