The OSCommandLineReader Class. More...
#include <OSCommandLineReader.h>
Public Member Functions | |
OSCommandLineReader () | |
OSCommandLineReader class constructor. | |
~OSCommandLineReader () | |
OSCommandLineReader class destructor. | |
OSCommandLine * | readCommandLine (const std::string &osss) throw (ErrorClass) |
Get an OSCommandLine object from a command line string. | |
Private Attributes | |
OSCommandLine * | m_oscommandline |
m_oscommandline is the OSCommandLine object returned by the OSCommandLineReader |
The OSCommandLineReader Class.
Definition at line 39 of file OSCommandLineReader.h.
OSCommandLineReader::OSCommandLineReader | ( | ) |
OSCommandLineReader class constructor.
osss | is the command line to be parsed |
Definition at line 31 of file OSCommandLineReader.cpp.
OSCommandLineReader::~OSCommandLineReader | ( | ) |
OSCommandLineReader class destructor.
Definition at line 93 of file OSCommandLineReader.cpp.
OSCommandLine * OSCommandLineReader::readCommandLine | ( | const std::string & | osss | ) | throw (ErrorClass) |
Get an OSCommandLine object from a command line string.
osss | a command line string. |
Definition at line 36 of file OSCommandLineReader.cpp.
m_oscommandline is the OSCommandLine object returned by the OSCommandLineReader
Definition at line 72 of file OSCommandLineReader.h.