#include <Config.hpp>
|
virtual void | add (const char *name, int &value) |
|
virtual void | add (const char *name, double &value) |
|
Config::Config |
( |
const char * |
path = nullptr | ) |
|
void Config::add |
( |
const char * |
name, |
|
|
int & |
value |
|
) |
| |
|
protectedvirtual |
void Config::add |
( |
const char * |
name, |
|
|
double & |
value |
|
) |
| |
|
protectedvirtual |
virtual bool eeros::Config::load |
( |
const char * |
path = nullptr | ) |
|
|
pure virtual |
void Config::loadDefaults |
( |
| ) |
|
|
virtual |
virtual bool eeros::Config::save |
( |
const char * |
path = nullptr | ) |
|
|
pure virtual |
const char* eeros::Config::path |
|
protected |
The documentation for this class was generated from the following files:
- /home/urs/EEROS/eeros-framework/includes/eeros/core/Config.hpp
- /home/urs/EEROS/eeros-framework/src/core/Config.cpp