Cthulhu  0.2.10
Cthulhu compiler collection
cfg_info_t Struct Reference

information about a configuration field More...

#include <config.h>

Collaboration diagram for cfg_info_t:

Data Fields

STA_FIELD_STRING const char * name
 the name of this field More...
 
STA_FIELD_STRING const char * brief
 a brief description of this field More...
 
cfg_arg_array_t args
 the spellings to use for this field More...
 

Detailed Description

information about a configuration field

Note
either short_args or long_args must have at least one argument

Definition at line 68 of file config.h.

Field Documentation

◆ args

cfg_arg_array_t cfg_info_t::args

the spellings to use for this field

Definition at line 77 of file config.h.

◆ brief

STA_FIELD_STRING const char* cfg_info_t::brief

a brief description of this field

Definition at line 74 of file config.h.

◆ name

STA_FIELD_STRING const char* cfg_info_t::name

the name of this field

Definition at line 71 of file config.h.


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