SPRAAK
|
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 SprDT * | dt |
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... | |
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).