OS
2.10.2
|
Used to read an OSoL string. More...
#include <OSoLReader.h>
Public Member Functions | |
OSoLReader () | |
Default constructor. More... | |
~OSoLReader () | |
Class destructor. More... | |
OSOption * | readOSoL (const std::string &osol) throw (ErrorClass) |
parse the OSoL solver options. More... | |
Used to read an OSoL string.
This class wraps around the OSoL parser and sends the parser an OSoL string and is returned an OSOption object.
Definition at line 37 of file OSoLReader.h.
OSoLReader::OSoLReader | ( | ) |
Default constructor.
OSoLReader::~OSoLReader | ( | ) |
Class destructor.
OSOption* OSoLReader::readOSoL | ( | const std::string & | osol | ) | |
throw | ( | ErrorClass | |||
) |
parse the OSoL solver options.
osol | is a string that holds the solver options. |