|
gwenhywfar 5.12.0
|
#include <args.h>
Data Fields | |
| uint32_t | flags |
| const char * | longDescription |
| const char * | longOption |
| unsigned int | maxNum |
| unsigned int | minNum |
| const char * | name |
| const char * | shortDescription |
| const char * | shortOption |
| GWEN_ARGS_TYPE | type |
This is one of the very few structs inside Gwenhywfar whose contents are available for direct access to the the program. Developer's note: Please note that any change within this struct will make it necessary to increment the SO_VERSION of the library !
Definition at line 79 of file src/base/args.h.
| uint32_t flags |
Definition at line 80 of file src/base/args.h.
Referenced by GWEN_Args_Check(), and GWEN_Args_UsageTXT().
| const char* longDescription |
Definition at line 88 of file src/base/args.h.
Referenced by GWEN_Args_UsageTXT().
| const char* longOption |
Definition at line 86 of file src/base/args.h.
Referenced by GWEN_Args_Check(), and GWEN_Args_UsageTXT().
| unsigned int maxNum |
Definition at line 84 of file src/base/args.h.
Referenced by GWEN_Args_Check().
| unsigned int minNum |
Definition at line 83 of file src/base/args.h.
Referenced by GWEN_Args_Check(), and GWEN_Args_UsageTXT().
| const char* name |
Definition at line 82 of file src/base/args.h.
Referenced by GWEN_Args_Check(), and GWEN_Args_UsageTXT().
| const char* shortDescription |
Definition at line 87 of file src/base/args.h.
Referenced by GWEN_Args_UsageTXT().
| const char* shortOption |
Definition at line 85 of file src/base/args.h.
Referenced by GWEN_Args_Check(), and GWEN_Args_UsageTXT().
| GWEN_ARGS_TYPE type |
Definition at line 81 of file src/base/args.h.
Referenced by GWEN_Args_Check().