#include <ARGParser.h>
Public Member Functions | |
| Entry (ARGParserBoolI *destBoolArg=0, ARGParserIntI *destIntArg=0, ARGParserStringI *destStringArg=0, char **destCArg=0, int *destIArg=0, bool *destBArg=0, char *helpArg="") | |
Public Attributes | |
| ARGParserBoolI * | destBool |
| ARGParserIntI * | destInt |
| ARGParserStringI * | destString |
| char ** | destC |
| int * | destI |
| bool * | destB |
| std::string | help |
Definition at line 75 of file ARGParser.h.
| ARGParser::Entry::Entry | ( | ARGParserBoolI * | destBoolArg = 0, |
|
| ARGParserIntI * | destIntArg = 0, |
|||
| ARGParserStringI * | destStringArg = 0, |
|||
| char ** | destCArg = 0, |
|||
| int * | destIArg = 0, |
|||
| bool * | destBArg = 0, |
|||
| char * | helpArg = "" | |||
| ) |
Definition at line 34 of file ARGParser.cpp.
| char** ARGParser::Entry::destC |
| bool* ARGParser::Entry::destB |
Definition at line 91 of file ARGParser.h.
1.5.3