33 #ifndef WALLAROO_JSONCONFIGURATION_H_
34 #define WALLAROO_JSONCONFIGURATION_H_
38 #include <boost/property_tree/json_parser.hpp>
127 detail::PtreeBasedCfg( tree )
131 read_json( fileName, tree );
133 catch (
const json_parser_error& e )
144 detail::PtreeBasedCfg::LoadPlugins();
153 detail::PtreeBasedCfg::Fill( catalog );
void Fill(Catalog &catalog)
Definition: jsonconfiguration.h:151
JsonConfiguration(const std::string &fileName)
Definition: jsonconfiguration.h:126
Definition: attribute.h:45
Definition: ptreebasedcfg.h:151
Definition: exceptions.h:176
void LoadPlugins()
Definition: jsonconfiguration.h:142
Definition: jsonconfiguration.h:119