![]() |
|
PhoenixToml
1.2.0
Toml parser for Phoenix
|
#include "phoenix_get_string.h"#include "ConfigNode.h"
Include dependency graph for parser_toml.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| bool | parser_toml (ConfigNode &node, const PPath &fileName) |
| Parse a toml file. | |
| bool | parser_toml (DicoValue &dico, const PPath &fileName) |
| Parse a toml file and update the given DicoValue. | |
| bool | parser_tomlString (ConfigNode &node, const PString &fileContent) |
| Parse a toml string. | |
| bool parser_toml | ( | ConfigNode & | node, |
| const PPath & | fileName ) |
Parse a toml file.
| [out] | node | : ConfigNode to be updated |
| fileName | : name of the file to be parsed |
Definition at line 486 of file parser_toml.cpp.
References default_PTomlParserData(), PTomlParserData::parser, and parser_toml_fileParser().
Here is the call graph for this function:| bool parser_toml | ( | DicoValue & | dico, |
| const PPath & | fileName ) |
Parse a toml file and update the given DicoValue.
| [out] | dico | : dictionary of values |
| fileName | : name of the file to be parsed |
Definition at line 280 of file parser_toml.cpp.
References default_PTomlParserData(), PTomlParserData::parser, and parser_toml_fileParser().
Here is the call graph for this function:| bool parser_tomlString | ( | ConfigNode & | node, |
| const PString & | fileContent ) |
Parse a toml string.
| [out] | node | : ConfigNode to be updated |
| fileName | : name of the file to be parsed |
Definition at line 506 of file parser_toml.cpp.
References default_PTomlParserData(), PTomlParserData::parser, and parser_toml_fileParser().
Here is the call graph for this function: