#include <Configuration.hpp>
◆ Type
| Enumerator |
|---|
| SIMPLE | |
| COMPLEX | |
| ARRAY | |
◆ ~ConfigValue()
| ConfigValue::~ConfigValue |
( |
| ) |
|
|
virtual |
◆ ConfigValue()
| ConfigValue::ConfigValue |
( |
enum |
Type | ) |
|
|
protected |
◆ getCxxTypeName()
| const std::string & ConfigValue::getCxxTypeName |
( |
| ) |
|
◆ getName()
| const std::string & ConfigValue::getName |
( |
| ) |
const |
◆ getType()
◆ merge()
| virtual bool libConfig::ConfigValue::merge |
( |
std::shared_ptr< ConfigValue > |
other | ) |
|
|
pure virtual |
◆ print()
| virtual void libConfig::ConfigValue::print |
( |
std::ostream & |
stream, |
|
|
int |
level = 0 |
|
) |
| const |
|
pure virtual |
◆ setCxxTypeName()
| void ConfigValue::setCxxTypeName |
( |
const std::string & |
name | ) |
|
◆ setName()
| void ConfigValue::setName |
( |
const std::string & |
name | ) |
|
◆ cxxTypeName
| std::string libConfig::ConfigValue::cxxTypeName |
|
protected |
◆ name
| std::string libConfig::ConfigValue::name |
|
protected |
◆ type
| enum Type libConfig::ConfigValue::type |
|
protected |
The documentation for this class was generated from the following files: