19 #include <boost/property_tree/ptree.hpp> 26 typedef boost::property_tree::ptree
ptree;
34 void parseFile(std::istream& stream, ptree& configuration);
boost::property_tree::ptree ptree
Definition: XMLParser.hpp:26
void parseFile(std::istream &stream, ptree &configuration)
parseFile parses the file and reads all the properties into the property tree
Definition: XMLParser.cpp:22
Various utility functions to implement the tecno flux.
Definition: types.hpp:30
Definition: XMLParser.hpp:24