#include <argparser.h>
Definition at line 31 of file argparser.h.
◆ CommandLineArgs()
◆ addOptional()
| void addOptional |
( |
const std::string & |
arg, |
|
|
const std::string & |
desc, |
|
|
bool |
boolean |
|
) |
| |
◆ addRequired()
| void addRequired |
( |
const std::string & |
arg, |
|
|
const std::string & |
desc, |
|
|
bool |
boolean |
|
) |
| |
◆ argc()
◆ errorString()
| string errorString |
( |
void |
| ) |
const |
◆ getUnqualifiedArgs()
| const vector< string > & getUnqualifiedArgs |
( |
| ) |
const |
◆ hasArg()
| bool hasArg |
( |
const std::string & |
arg | ) |
const |
◆ operator[]()
| const string operator[] |
( |
const std::string & |
arg | ) |
const |
◆ parse()
| bool parse |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ setTail()
| void setTail |
( |
const std::string & |
str | ) |
|
◆ usageString()
| string usageString |
( |
void |
| ) |
const |
The documentation for this class was generated from the following files: