![]() |
|
PhoenixFileParser
1.5.1
Set of tools to ease file parsing
|
Data used to parse a toml file. More...
Collaboration diagram for PJsonParserData:Public Attributes | |
| bool | isRun {true} |
| True to continue the parsing, false to stop. | |
| PFileParser | parser |
| File parser to be used. | |
Data used to parse a toml file.
Definition at line 11 of file parser_json.cpp.
| bool PJsonParserData::isRun {true} |
True to continue the parsing, false to stop.
Definition at line 15 of file parser_json.cpp.
Referenced by parser_json_fileParser(), parser_json_key(), parser_json_list(), parser_json_map(), and parser_jsonErrorAt().
| PFileParser PJsonParserData::parser |
File parser to be used.
Definition at line 13 of file parser_json.cpp.
Referenced by parser_json(), parser_json_fileParser(), parser_json_key(), parser_json_list(), parser_json_map(), parser_json_value(), parser_json_value(), parser_jsonErrorAt(), parser_jsonString(), and parser_jsonString().