The OSrLReader Class. More...
#include <OSrLReader.h>

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 from the OSrL schema elements. | |
| OSgLParserData * | m_osglData |
| m_osglData is the object used in the parser to temporarily store data from the OSgL schema elements. | |
| OSnLParserData * | m_osnlData |
| m_osnlData is the object used in the parser to temporarily store data from the OSnL schema elements. | |
The OSrLReader Class.
Definition at line 42 of file OSrLReader.h.
| OSrLReader::OSrLReader | ( | ) |
OSrL class constructor.
Definition at line 29 of file OSrLReader.cpp.
| OSrLReader::~OSrLReader | ( | ) |
OSrL class destructor.
Definition at line 58 of file OSrLReader.cpp.
| OSResult * OSrLReader::readOSrL | ( | const std::string & | posrl | ) | throw (ErrorClass) |
Get an OSResult object from an OSrL string.
| osrl | an OSrL string. |
Definition at line 97 of file OSrLReader.cpp.
OSResult* OSrLReader::m_osresult [private] |
m_osresult is the OSResult object returned by the OSrLReader
Definition at line 73 of file OSrLReader.h.
OSrLParserData* OSrLReader::m_parserData [private] |
m_parserData is the object used in the parser to temporarily store data from the OSrL schema elements.
Definition at line 78 of file OSrLReader.h.
OSgLParserData* OSrLReader::m_osglData [private] |
m_osglData is the object used in the parser to temporarily store data from the OSgL schema elements.
Definition at line 83 of file OSrLReader.h.
OSnLParserData* OSrLReader::m_osnlData [private] |
m_osnlData is the object used in the parser to temporarily store data from the OSnL schema elements.
Definition at line 88 of file OSrLReader.h.
1.6.1