![]() |
|
PhoenixYml
1.2.2
Yml parser for Phoenix
|
#include "phoenix_get_string.h"
Include dependency graph for parser_yml.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| bool | parser_yml (ConfigNode &dico, const PPath &fileName) |
| Parse a yml file and update the given ConfigNode. | |
| bool | parser_yml (DicoValue &dico, const PPath &fileName) |
| Parse a yml file and update the given DicoValue. | |
| bool | parser_ymlString (ConfigNode &dico, const PString &content) |
| Parse a toml string. | |
| bool parser_yml | ( | ConfigNode & | dico, |
| const PPath & | fileName ) |
Parse a yml file and update the given ConfigNode.
| [out] | dico | : ConfigNode of values |
| fileName | : name of the file to be parsed |
Definition at line 390 of file parser_yml.cpp.
References parser_yml_parseVecValue(), and vecValueToConfigNode().
Here is the call graph for this function:| bool parser_yml | ( | DicoValue & | dico, |
| const PPath & | fileName ) |
Parse a yml file and update the given DicoValue.
| [out] | dico | : dictionnary of values |
| fileName | : name of the file to be parsed |
Definition at line 378 of file parser_yml.cpp.
References parser_yml_parseVecValue(), and vecValueToDicoValue().
Here is the call graph for this function:| bool parser_ymlString | ( | 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 402 of file parser_yml.cpp.
References VecValueType::MAIN, parser_yml_fileParser(), VecValue::setIndentation(), VecValue::setType(), and vecValueToConfigNode().
Here is the call graph for this function: