Interface for putting and getting configuration parameters. More...
#include <string>
#include <unordered_map>
#include <boost/optional.hpp>
#include <boost/property_tree/ptree.hpp>
Go to the source code of this file.
Classes | |
class | o2::configuration::ConfigurationInterface |
Interface for configuration back ends. More... | |
Typedefs | |
using | o2::configuration::KeyValueMap = std::unordered_map< std::string, std::string > |
Interface for putting and getting configuration parameters.