#include <ConfigurableParamReaders.h>
|
| static void | setInputDir (const std::string &d) |
| |
| static const std::string & | getInputDir () |
| |
| static boost::property_tree::ptree | readINI (std::string const &filepath) |
| |
| static boost::property_tree::ptree | readJSON (std::string const &filepath) |
| |
| static boost::property_tree::ptree | readConfigFile (std::string const &filepath) |
| |
Definition at line 21 of file ConfigurableParamReaders.h.
◆ getInputDir()
| static const std::string & o2::conf::ConfigurableParamReaders::getInputDir |
( |
| ) |
|
|
inlinestatic |
◆ readConfigFile()
| boost::property_tree::ptree o2::conf::ConfigurableParamReaders::readConfigFile |
( |
std::string const & |
filepath | ) |
|
|
static |
◆ readINI()
| boost::property_tree::ptree o2::conf::ConfigurableParamReaders::readINI |
( |
std::string const & |
filepath | ) |
|
|
static |
◆ readJSON()
| boost::property_tree::ptree o2::conf::ConfigurableParamReaders::readJSON |
( |
std::string const & |
filepath | ) |
|
|
static |
◆ setInputDir()
| static void o2::conf::ConfigurableParamReaders::setInputDir |
( |
const std::string & |
d | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following files: