§ Config() [1/2]
simgrid::config::Config::Config |
( |
| ) |
|
§ ~Config()
simgrid::config::Config::~Config |
( |
| ) |
|
§ Config() [2/2]
simgrid::config::Config::Config |
( |
Config const & |
| ) |
|
|
delete |
§ operator=()
Config& simgrid::config::Config::operator= |
( |
Config const & |
| ) |
|
|
delete |
§ operator[]()
ConfigurationElement & simgrid::config::Config::operator[] |
( |
const char * |
name | ) |
|
|
inline |
§ getTyped()
template<class T >
TypedConfigurationElement<T>& simgrid::config::Config::getTyped |
( |
const char * |
name | ) |
|
§ alias()
void simgrid::config::Config::alias |
( |
const char * |
realname, |
|
|
const char * |
aliasname |
|
) |
| |
§ registerOption()
template<class T , class... A>
simgrid::config::TypedConfigurationElement<T>* simgrid::config::Config::registerOption |
( |
const char * |
name, |
|
|
A &&... |
a |
|
) |
| |
|
inline |
§ dump()
void simgrid::config::Config::dump |
( |
const char * |
name, |
|
|
const char * |
indent |
|
) |
| |
Dump a config set for debuging purpose.
- Parameters
-
name | The name to give to this config set |
indent | what to write at the beginning of each line (right number of spaces) |
§ showAliases()
void simgrid::config::Config::showAliases |
( |
| ) |
|
Displays the declared aliases and their description.
§ help()
void simgrid::config::Config::help |
( |
| ) |
|
Displays the declared options and their description.
§ getDictElement()
xbt_dictelm_t simgrid::config::Config::getDictElement |
( |
const char * |
name | ) |
|
|
inlineprotected |
The documentation for this class was generated from the following file: