CommandLine.h
Go to the documentation of this file.
void parse(int paramCount, char *params[])
CommandLine commandLine
const char * text
The text exactly as presented on the command line.
Definition: CommandLine.h:53
Manages a single parameter, may be optionally separated into name=value.
Definition: CommandLine.h:49
Provides access to the command lineAnything which doesn't start with - is interpreted as an applicati...
Definition: CommandLine.h:43
const Parameters & getParameters()
Fetch a reference to the list of command-line parameters.
Definition: CommandLine.h:93