17#ifndef _OSCOMMANDLINEREADER_H
18#define _OSCOMMANDLINEREADER_H
This class is used to store command line options for the OSSolverService executable and to provide me...
The OSCommandLineReader Class.
~OSCommandLineReader()
OSCommandLineReader class destructor.
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.
OSCommandLine * m_oscommandline
m_oscommandline is the OSCommandLine object returned by the OSCommandLineReader
OSCommandLineReader()
OSCommandLineReader class constructor.