#include <OSrLReader.h>
Collaboration diagram for OSrLReader:

Public Member Functions | |
| OSrLReader () | |
| OSrL class constructor. | |
| ~OSrLReader () | |
| OSrL class destructor. | |
| OSResult * | readOSrL (const std::string &posrl) throw (ErrorClass) |
| Get an OSResult object from an OSrL string. | |
Private Attributes | |
| OSResult * | m_osresult |
| m_osresult is the OSResult object returned by the OSrLReader | |
| OSrLParserData * | m_parserData |
| m_parserData is the object used in the parser to temporarily store data. | |
Definition at line 42 of file OSrLReader.h.
| OSrLReader::OSrLReader | ( | ) |
OSrL class constructor.
Definition at line 30 of file OSrLReader.cpp.
References m_osresult, m_parserData, osrllex_init(), osrlset_extra(), and OSrLParserData::scanner.
| OSrLReader::~OSrLReader | ( | ) |
OSrL class destructor.
Definition at line 50 of file OSrLReader.cpp.
References m_osresult, m_parserData, osrllex_destroy(), and OSrLParserData::scanner.
| OSResult * OSrLReader::readOSrL | ( | const std::string & | posrl | ) | throw (ErrorClass) |
Get an OSResult object from an OSrL string.
| osrl | an OSrL string. |
Definition at line 76 of file OSrLReader.cpp.
References ErrorClass::errormsg, and yygetOSResult().
Referenced by OS_lp::createcutsforbearcat(), getOSResult(), main(), and OSrL2Gams::writeSolution().
OSResult* OSrLReader::m_osresult [private] |
m_osresult is the OSResult object returned by the OSrLReader
Definition at line 72 of file OSrLReader.h.
Referenced by OSrLReader(), and ~OSrLReader().
OSrLParserData* OSrLReader::m_parserData [private] |
m_parserData is the object used in the parser to temporarily store data.
Definition at line 77 of file OSrLReader.h.
Referenced by OSrLReader(), and ~OSrLReader().
1.4.7