OS
2.9.3
|
Used to read an OSiL string. More...
#include <OSiLReader.h>
Public Member Functions | |
OSiLReader () | |
Default constructor. More... | |
~OSiLReader () | |
Class destructor. More... | |
OSInstance * | readOSiL (const std::string &osil) throw (ErrorClass) |
parse the OSiL model instance. More... | |
Used to read an OSiL string.
This class wraps around the OSiL parser and sends the parser an OSiL string and is returned an OSInstance object.
Definition at line 37 of file OSiLReader.h.
OSiLReader::OSiLReader | ( | ) |
Default constructor.
OSiLReader::~OSiLReader | ( | ) |
Class destructor.
OSInstance* OSiLReader::readOSiL | ( | const std::string & | osil | ) | |
throw | ( | ErrorClass | |||
) |
parse the OSiL model instance.
osil | a string that holds the problem instance. |