#include <stdr_yaml_parser.h>
|
static void | parse (std::string file_name, Node *n) |
| Private function that initiates the parsing of an xml file. More...
|
|
|
static void | parseLow (const YAML::Node &node, Node *n) |
| Low-level recursive function for parsing the yaml file. More...
|
|
Definition at line 38 of file stdr_yaml_parser.h.
stdr_parser::YamlParser::YamlParser |
( |
void |
| ) |
|
|
private |
void stdr_parser::YamlParser::parse |
( |
std::string |
file_name, |
|
|
Node * |
base_node |
|
) |
| |
|
static |
Private function that initiates the parsing of an xml file.
Parses an xml file.
- Parameters
-
file_name | [std::string] The xml file name |
n | [Node*] The stdr xml tree node to update |
- Returns
- void
- Parameters
-
file_name | [std::string] The xml filename |
- Returns
- void
Definition at line 40 of file stdr_yaml_parser.cpp.
void stdr_parser::YamlParser::parseLow |
( |
const YAML::Node & |
node, |
|
|
Node * |
n |
|
) |
| |
|
staticprivate |
Low-level recursive function for parsing the yaml file.
- Parameters
-
node | [YAML::Node&] The yaml node to start from |
n | [Node*] The stdr tree node to update |
- Returns
- void
Definition at line 71 of file stdr_yaml_parser.cpp.
The documentation for this class was generated from the following files: