33 #ifndef WALLAROO_XMLCONFIGURATION_H_
34 #define WALLAROO_XMLCONFIGURATION_H_
38 #include <boost/property_tree/xml_parser.hpp>
113 detail::PtreeBasedCfg( tree )
117 read_xml( fileName, tree, xml_parser::no_comments | xml_parser::trim_whitespace );
119 catch (
const xml_parser_error& e )
130 detail::PtreeBasedCfg::LoadPlugins();
139 detail::PtreeBasedCfg::Fill( catalog );
Definition: xmlconfiguration.h:105
void LoadPlugins()
Definition: xmlconfiguration.h:128
Definition: attribute.h:45
Definition: ptreebasedcfg.h:151
Definition: exceptions.h:176
void Fill(Catalog &catalog)
Definition: xmlconfiguration.h:137
XmlConfiguration(const std::string &fileName)
Definition: xmlconfiguration.h:112