![]() |
|
PhoenixToml
1.2.0
Toml parser for Phoenix
|
Data used to parse a toml file. More...
Public Attributes | |
| bool | isRun |
| True to continue the parsing, false to stop. | |
| PFileParser | parser |
| Parser to be used. | |
Data used to parse a toml file.
Definition at line 11 of file parser_toml.cpp.
| bool PTomlParserData::isRun |
True to continue the parsing, false to stop.
Definition at line 15 of file parser_toml.cpp.
Referenced by default_PTomlParserData(), parse_toml_isParse(), parse_toml_stopParsing(), parser_toml_fileParser(), and parser_toml_fileParser().
| PFileParser PTomlParserData::parser |
Parser to be used.
Definition at line 13 of file parser_toml.cpp.
Referenced by parse_toml_dico_def(), parse_toml_dico_def(), parse_toml_table_def(), parse_toml_table_def(), parse_toml_var(), parse_toml_varBase(), parse_toml_varValue(), parse_toml_varValue(), parse_tomlCompactDico(), parse_tomlCompactDico(), parser_toml(), parser_toml(), parser_toml_fileParser(), parser_toml_fileParser(), and parser_tomlString().