SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
SprOptDesc Struct Reference
+ Collaboration diagram for SprOptDesc:

Data Fields

const char * name
 Name of option (without dash). More...
 
unsigned int flags
 Flags. More...
 
const char * brief
 Brief explanation of the argument. More...
 
const char * detailed
 Detailed explanation the argument. More...
 
const SprDTdt
 Type of the argument. More...
 
intptr_t offs
 Offset of that field in a structure linked to the option. More...
 
const char * def_val
 String with the default value (or NULL when not needed). More...
 

Field Documentation

const char* SprOptDesc::name

Name of option (without dash).

unsigned int SprOptDesc::flags

Flags.

see SprOptFlags.

const char* SprOptDesc::brief

Brief explanation of the argument.

const char* SprOptDesc::detailed

Detailed explanation the argument.

const SprDT* SprOptDesc::dt

Type of the argument.

intptr_t SprOptDesc::offs

Offset of that field in a structure linked to the option.

const char* SprOptDesc::def_val

String with the default value (or NULL when not needed).