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