Command line interface. More...
#include
Public Member Functions | |
virtual const ICmdLineArg * | GetArg (int n) const =0 |
virtual int | GetArgCount () const =0 |
virtual const ICmdLineArg * | FindArg (const ECmdLineArgType ArgType, const char *name, bool caseSensitive=false) const =0 |
Command line interface.
|
pure virtual |
Finds an argument in the command line.
name | Name of the argument to find, excluding any '+' or '-' |
|
pure virtual |
Returns the n'th command line argument.
n | 0 returns executable name, otherwise returns n'th argument. |
|
pure virtual |