|
SPRAAK
|
Collaboration diagram for SprCmdOptDesc:Data Fields | |
| const char * | option |
| the name of the option More... | |
| const SprDT * | type |
| the type of the option More... | |
| unsigned int | flags |
| extra flags More... | |
| const char * | def_val |
| the default value (used if the option is not specified) More... | |
| const char * | explanation |
| short explanation of the option More... | |
| int | offset |
| where to put the result (offset in the base structure) More... | |
| const void * | ext_info |
| extra info (e.g. enumerations, ...) More... | |
| const char* SprCmdOptDesc::option |
the name of the option
| const SprDT* SprCmdOptDesc::type |
the type of the option
| unsigned int SprCmdOptDesc::flags |
extra flags
| const char* SprCmdOptDesc::def_val |
the default value (used if the option is not specified)
| const char* SprCmdOptDesc::explanation |
short explanation of the option
| int SprCmdOptDesc::offset |
where to put the result (offset in the base structure)
| const void* SprCmdOptDesc::ext_info |
extra info (e.g. enumerations, ...)
1.8.6