17 #include <boost/property_tree/ptree.hpp> 28 double getDouble(
const std::string& key)
const;
37 double getDouble(
const std::string& key,
double defaultValue)
const;
42 int getInteger(
const std::string& key,
int defaultValue)
const;
44 boost::property_tree::ptree tree;
double getDouble(const std::string &key) const
Gets a double parameter with key key.
Definition: GenericParameters.cpp:26
GenericParameters(const boost::property_tree::ptree &tree)
Definition: GenericParameters.cpp:21
Definition: GenericParameters.hpp:23
int getInteger(const std::string &key) const
Gets an integer parameter with key key.
Definition: GenericParameters.cpp:30
Various utility functions to implement the tecno flux.
Definition: types.hpp:30