36 #ifndef _CONFIGURATION_TREE_HPP_INCLUDED
37 #define _CONFIGURATION_TREE_HPP_INCLUDED
63 #endif // _CONFIGURATION_TREE_HPP_INCLUDED
ConfigurationTree()
Default constructor.
Definition: configurationTree.hpp:51
types::PropertyTree::Node ConfigurationNode
Definition: configurationTree.hpp:60
PropertyTree()
Constructor.
Definition: propertyTree.hpp:168
ConfigurationTree(const boost::property_tree::ptree &pt, const std::string &filename)
Constructor.
Definition: configurationTree.hpp:53
Property tree node.
Definition: propertyTree.hpp:86
Hierarchical data structure for representing configuration data trees.
Definition: propertyTree.hpp:57
Configuration structure as tree.
Definition: configurationTree.hpp:46
Interface to a key value tree based on boost::property_tree::ptree with position info for better erro...
ConfigurationTree(const types::PropertyTree &pt)
Constructor.
Definition: configurationTree.hpp:56