ARGOBOTS
dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
|
Data Fields | |
ABT_pool_config_type | type |
union { | |
int v_int | |
double v_double | |
void * v_ptr | |
} | val |
Definition at line 13 of file pool_config.c.
ABT_pool_config_type pool_config_element::type |
Definition at line 14 of file pool_config.c.
Referenced by pool_config_create_element_double(), pool_config_create_element_int(), pool_config_create_element_ptr(), and pool_config_read_element().
double pool_config_element::v_double |
Definition at line 17 of file pool_config.c.
Referenced by pool_config_create_element_double(), and pool_config_read_element().
int pool_config_element::v_int |
Definition at line 16 of file pool_config.c.
Referenced by pool_config_create_element_int(), and pool_config_read_element().
void* pool_config_element::v_ptr |
Definition at line 18 of file pool_config.c.
Referenced by pool_config_create_element_ptr(), and pool_config_read_element().
union { ... } pool_config_element::val |