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