Cthulhu  0.2.10
Cthulhu compiler collection
cfg_field_t Struct Reference

#include <common.h>

Collaboration diagram for cfg_field_t:

Data Fields

cfg_type_t type
 
const cfg_info_tinfo
 
union {
   cfg_int_t   int_config
 
   bool   bool_config
 
   const char *   string_config
 
   vector_t *   vec_config
 
   cfg_enum_t   enum_config
 
}; 
 
union {
   int   int_value
 
   bool   bool_value
 
   char *   string_value
 
   size_t   enum_value
 
   size_t   flags_value
 
   vector_t *   vec_value
 
}; 
 

Detailed Description

Definition at line 11 of file common.h.

Field Documentation

◆ 

union { ... }

◆ 

union { ... }

◆ bool_config

bool cfg_field_t::bool_config

Definition at line 18 of file common.h.

◆ bool_value

bool cfg_field_t::bool_value

Definition at line 26 of file common.h.

◆ enum_config

cfg_enum_t cfg_field_t::enum_config

Definition at line 21 of file common.h.

◆ enum_value

size_t cfg_field_t::enum_value

Definition at line 28 of file common.h.

◆ flags_value

size_t cfg_field_t::flags_value

Definition at line 29 of file common.h.

◆ info

const cfg_info_t* cfg_field_t::info

Definition at line 14 of file common.h.

◆ int_config

cfg_int_t cfg_field_t::int_config

Definition at line 17 of file common.h.

◆ int_value

int cfg_field_t::int_value

Definition at line 25 of file common.h.

◆ string_config

const char* cfg_field_t::string_config

Definition at line 19 of file common.h.

◆ string_value

char* cfg_field_t::string_value

Definition at line 27 of file common.h.

◆ type

cfg_type_t cfg_field_t::type

Definition at line 13 of file common.h.

◆ vec_config

vector_t* cfg_field_t::vec_config

Definition at line 20 of file common.h.

◆ vec_value

vector_t* cfg_field_t::vec_value

Definition at line 30 of file common.h.


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