Configuration structure as tree. More...
#include <configurationTree.hpp>
Public Member Functions | |
ConfigurationTree () | |
Default constructor. More... | |
ConfigurationTree (const boost::property_tree::ptree &pt, const std::string &filename) | |
Constructor. More... | |
ConfigurationTree (const types::PropertyTree &pt) | |
Constructor. More... | |
Public Member Functions inherited from _Wolframe::types::PropertyTree | |
PropertyTree () | |
Constructor. More... | |
PropertyTree (const PropertyTree &o) | |
Copy constructor. More... | |
PropertyTree (const boost::property_tree::ptree &o, const std::string &filename_) | |
Constructor. More... | |
PropertyTree (const Node &root_) | |
Constructor. More... | |
const Node & | root () const |
Get the root node of the tree. More... | |
Node::const_iterator | begin () const |
Get the start iterator of the root node children. More... | |
Node::const_iterator | end () const |
Get the end iterator of the root node children. More... | |
Node::iterator | begin () |
Get the start iterator of the root node children. More... | |
Node::iterator | end () |
Get the end iterator of the root node children. More... | |
std::string | tostring (const utils::PrintFormat *pformat=0) const |
Get this property tree as string. More... | |
Additional Inherited Members | |
Public Types inherited from _Wolframe::types::PropertyTree | |
typedef utils::FileLineInfo | Position |
Position in the source file where the node was defined. More... | |
typedef utils::FileLineInfo::FileName | FileName |
Filename of the source where the node was defined. More... | |
Configuration structure as tree.
|
inline |
Default constructor.
|
inline |
Constructor.
|
inline |
Constructor.
Copyright © 2014 - Project Wolframe - All Rights Reserved