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

Data Fields

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

Detailed Description

Definition at line 13 of file sched_config.c.

Field Documentation

◆ type

ABT_sched_config_type sched_config_element::type

◆ v_double

double sched_config_element::v_double

Definition at line 17 of file sched_config.c.

Referenced by sched_config_create_element_double(), and sched_config_read_element().

◆ v_int

int sched_config_element::v_int

Definition at line 16 of file sched_config.c.

Referenced by sched_config_create_element_int(), and sched_config_read_element().

◆ v_ptr

void* sched_config_element::v_ptr

Definition at line 18 of file sched_config.c.

Referenced by sched_config_create_element_ptr(), and sched_config_read_element().

◆ val

union { ... } sched_config_element::val

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