Utility class for accessing command-line arguments. More...
#include <Arguments.h>
Public Member Functions | |
| Arguments (int argc=0, char **argv=NULL) | |
| void | SetApplicationFilename (const std::string &strApplicationFilename) |
| const std::string & | GetApplicationFilename () const |
| const bool | HasOption (const std::string &strOptionName) const |
| void | SetOption (const std::string &strOptionName, const std::string &strOptionValue) |
| const std::string | GetOption (const std::string &strOptionName) const |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Arguments &argArguments) |
Utility class for accessing command-line arguments.
Definition at line 15 of file Arguments.h.
1.7.2