Cthulhu  0.2.10
Cthulhu compiler collection
cfg_enum_t Struct Reference

a choice from a set of options More...

#include <config.h>

Public Member Functions

 STA_FIELD_SIZE (count) const cfg_choice_t *options
 the choices in this set More...
 

Data Fields

size_t count
 the number of choices in this set More...
 
size_t initial
 the initial choice this must match the value of one of the choices More...
 

Detailed Description

a choice from a set of options

Definition at line 106 of file config.h.

Member Function Documentation

◆ STA_FIELD_SIZE()

cfg_enum_t::STA_FIELD_SIZE ( count  ) const

the choices in this set

Field Documentation

◆ count

size_t cfg_enum_t::count

the number of choices in this set

Definition at line 112 of file config.h.

◆ initial

size_t cfg_enum_t::initial

the initial choice this must match the value of one of the choices

Definition at line 116 of file config.h.


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