ARGOBOTS  dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
Data Fields
pool_config_element Struct Reference
Collaboration diagram for pool_config_element:
Collaboration graph
[legend]

Data Fields

ABT_pool_config_type type
 
union {
   int   v_int
 
   double   v_double
 
   void *   v_ptr
 
val
 

Detailed Description

Definition at line 13 of file pool_config.c.

Field Documentation

◆ type

ABT_pool_config_type pool_config_element::type

◆ v_double

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().

◆ v_int

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().

◆ v_ptr

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().

◆ val

union { ... } pool_config_element::val

The documentation for this struct was generated from the following file: