#include <ariaUtil.h>
Public Methods | |
ArArgumentParser (int *argc, char **argv) | |
Constructor, takes the argc argv. More... | |
~ArArgumentParser (void) | |
Destructor. | |
bool | checkArgument (char *argument) |
Returns true if the argument was found. More... | |
char * | checkParameterArgument (char *argument) |
Returns the word/argument after given argument or NULL if it is not present. More... |
This class is made for parsing arguments form an argc/argv set... if you're using a winmain you can first toss your string at the ArArgumentBuilder above class ArArgumentParser and then use this parser on it
|
Constructor, takes the argc argv.
|
|
Returns true if the argument was found.
|
|
Returns the word/argument after given argument or NULL if it is not present.
|