Data Fields | |
| char * | help |
| char * | longArg |
| unsigned char | shortArg [2] |
| int | argFlag |
| char | type |
| int | sz |
| void * | ptr |
| void * | next |
Definition at line 21 of file cmdLineParser.c.
| int MyOptionSt::argFlag |
Definition at line 26 of file cmdLineParser.c.
| char* MyOptionSt::help |
Definition at line 23 of file cmdLineParser.c.
| char* MyOptionSt::longArg |
Definition at line 24 of file cmdLineParser.c.
| void* MyOptionSt::next |
Definition at line 30 of file cmdLineParser.c.
| void* MyOptionSt::ptr |
Definition at line 29 of file cmdLineParser.c.
| unsigned char MyOptionSt::shortArg[2] |
Definition at line 25 of file cmdLineParser.c.
| int MyOptionSt::sz |
Definition at line 28 of file cmdLineParser.c.
| char MyOptionSt::type |
Definition at line 27 of file cmdLineParser.c.