Public Member Functions | Friends

Arguments Class Reference

Utility class for accessing command-line arguments. More...

#include <Arguments.h>

List of all members.

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)

Detailed Description

Utility class for accessing command-line arguments.

Definition at line 15 of file Arguments.h.


The documentation for this class was generated from the following file: