25 namespace Configuration {
30 std::map<std::string, Configuration::OptionDescriptionList> Configuration::getProgramOptions() {
31 return std::map<std::string, Configuration::OptionDescriptionList>{};
38 void Configuration::postInitialize(
const UserValues&) { }
40 const std::set<std::type_index>& Configuration::getDependencies() {
Superclass of all configuration classes.
std::set< std::type_index > m_dependencies
State
Defines the different states the configuration object can be in.
std::map< std::string, boost::program_options::variable_value > UserValues