OS
2.9.3
|
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... | |
The OSCommandLineReader Class.
Definition at line 39 of file OSCommandLineReader.h.
OSCommandLineReader::OSCommandLineReader | ( | ) |
OSCommandLineReader class constructor.
osss | is the command line to be parsed |
OSCommandLineReader::~OSCommandLineReader | ( | ) |
OSCommandLineReader class destructor.
OSCommandLine* OSCommandLineReader::readCommandLine | ( | const std::string & | osss | ) | |
throw | ( | ErrorClass | |||
) |
Get an OSCommandLine object from a command line string.
osss | a command line string. |
OSCommandLine* OSCommandLineReader::parseString | ( | const std::string & | osss | ) | |
throw | ( | ErrorClass | |||
) |
Parse a string and store it into an OSCommandLine object.
osss | a command line string. |