SimGrid
3.21
Versatile Simulation of Distributed Systems
|
This is how to retrieve the values stored in the configuration set.
This is only intended to configurable code, naturally.
Note that those function return a pointer to the values actually stored in the set. Do not modify them unless you really know what you're doing. Likewise, do not free the strings after use, they are not copy of the data, but the data themselves.
Functions | |
int | xbt_cfg_get_int (const char *name) |
double | xbt_cfg_get_double (const char *name) |
int | xbt_cfg_get_boolean (const char *name) |
int xbt_cfg_get_int | ( | const char * | name | ) |
double xbt_cfg_get_double | ( | const char * | name | ) |
int xbt_cfg_get_boolean | ( | const char * | name | ) |