6 #ifndef IFW_CORE_UTILS_YAML_HPP_
7 #define IFW_CORE_UTILS_YAML_HPP_
11 #include <yaml-cpp/yaml.h>
49 virtual void LoadUser(
const std::string& file_name,
50 const bool merge =
false);
55 void _ParseNode(YAML::Node node,
58 const std::string& sub_path);
Class to handle a set of parameters.
Definition: parameterFile.hpp:18
Class implementing the handling of Yaml files in the ICS environment.
Definition: yaml.hpp:23
~Yaml()
Definition: yaml.cpp:15
virtual void LoadUser(const std::string &file_name, const bool merge=false)
Load the Yaml file and convert its contents into a dictionary.
Definition: yaml.cpp:66
Yaml()
Definition: yaml.cpp:11