#include <Configuration.hpp>
◆ Configuration()
| Configuration::Configuration |
( |
const std::string & |
name | ) |
|
◆ ~Configuration()
| Configuration::~Configuration |
( |
| ) |
|
◆ addValue()
| void Configuration::addValue |
( |
const std::string & |
name, |
|
|
std::shared_ptr< ConfigValue > |
value |
|
) |
| |
◆ fillFromYaml()
| bool Configuration::fillFromYaml |
( |
const std::string & |
yml | ) |
|
◆ getName()
| const std::string & Configuration::getName |
( |
| ) |
const |
◆ getValues()
| const std::map< std::string, std::shared_ptr< ConfigValue > > & Configuration::getValues |
( |
| ) |
const |
◆ merge()
◆ print()
| void Configuration::print |
( |
std::ostream & |
stream = std::cout | ) |
const |
The documentation for this class was generated from the following files: