17 #ifndef _OSCOMMANDLINEREADER_H
18 #define _OSCOMMANDLINEREADER_H
used for throwing exceptions.
The OSCommandLineReader Class.
OSCommandLine * readCommandLine(const std::string &osss)
Get an OSCommandLine object from a command line string.
~OSCommandLineReader()
OSCommandLineReader class destructor.
OSCommandLine * parseString(const std::string &osss)
Parse a string and store it into an OSCommandLine object.
OSCommandLineReader()
OSCommandLineReader class constructor.
This class is used to store command line options for the OSSolverService executable and to provide me...