|
lib_config
|
#include <Configuration.hpp>
Public Member Functions | |
| ArrayConfigValue () | |
| virtual | ~ArrayConfigValue () |
| virtual void | print (std::ostream &stream, int level=0) const |
| virtual bool | merge (std::shared_ptr< ConfigValue > other) |
| const std::vector< std::shared_ptr< ConfigValue > > | getValues () const |
| void | addValue (std::shared_ptr< ConfigValue > value) |
Public Member Functions inherited from libConfig::ConfigValue | |
| const std::string & | getName () const |
| const Type & | getType () const |
| void | setName (const std::string &name) |
| void | setCxxTypeName (const std::string &name) |
| const std::string & | getCxxTypeName () |
| virtual | ~ConfigValue () |
Additional Inherited Members | |
Public Types inherited from libConfig::ConfigValue | |
| enum | Type { SIMPLE, COMPLEX, ARRAY } |
Protected Member Functions inherited from libConfig::ConfigValue | |
| ConfigValue (enum Type) | |
Protected Attributes inherited from libConfig::ConfigValue | |
| enum Type | type |
| std::string | name |
| std::string | cxxTypeName |
| ArrayConfigValue::ArrayConfigValue | ( | ) |
|
virtual |
| void ArrayConfigValue::addValue | ( | std::shared_ptr< ConfigValue > | value | ) |
| const std::vector< std::shared_ptr< ConfigValue > > ArrayConfigValue::getValues | ( | ) | const |
|
virtual |
Implements libConfig::ConfigValue.
|
virtual |
Implements libConfig::ConfigValue.
1.8.11