The OSCommandLineReader Class. More...
#include <OSCommandLineReader.h>
Public Member Functions | |
OSCommandLineReader () | |
OSCommandLineReader class constructor. More... | |
~OSCommandLineReader () | |
OSCommandLineReader class destructor. More... | |
OSCommandLine * | readCommandLine (const std::string &osss) throw (ErrorClass) |
Get an OSCommandLine object from a command line string. More... | |
OSCommandLine * | parseString (const std::string &osss) throw (ErrorClass) |
Parse a string and store it into an OSCommandLine object. More... | |
Private Attributes | |
OSCommandLine * | m_oscommandline |
m_oscommandline is the OSCommandLine object returned by the OSCommandLineReader More... | |
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 38 of file OSCommandLineReader.cpp.
OSCommandLineReader::~OSCommandLineReader | ( | ) |
OSCommandLineReader class destructor.
Definition at line 101 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 43 of file OSCommandLineReader.cpp.
OSCommandLine * OSCommandLineReader::parseString | ( | const std::string & | osss | ) | |
throw | ( | ErrorClass | |||
) |
Parse a string and store it into an OSCommandLine object.
osss | a command line string. |
Definition at line 76 of file OSCommandLineReader.cpp.
|
private |
m_oscommandline is the OSCommandLine object returned by the OSCommandLineReader
Definition at line 84 of file OSCommandLineReader.h.