22 #ifndef STDR_PARSER_YAML 23 #define STDR_PARSER_YAML 66 static void parse(std::string file_name,
Node* n);
The main namespace for STDR GUI XML parser.
YamlParser(void)
Default constructor.
static void parse(std::string file_name, Node *n)
Private function that initiates the parsing of an xml file.
Implements the main functionalities of the stdr parser tree.
static void parseLow(const YAML::Node &node, Node *n)
Low-level recursive function for parsing the yaml file.