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