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_osreslut is the OSResult object returned by the OSrLReader | |
| OSrLParserData * | m_parserData |
| m_parerData is the object used in the parser to temporarily store data | |
The OSrLReader Class.
Definition at line 41 of file OSrLReader.h.
| OSrLReader::OSrLReader | ( | ) |
OSrL class constructor.
| OSrLReader::~OSrLReader | ( | ) |
OSrL class destructor.
| OSResult* OSrLReader::readOSrL | ( | const std::string & | posrl | ) | throw (ErrorClass) |
OSResult* OSrLReader::m_osresult [private] |
m_osreslut is the OSResult object returned by the OSrLReader
Definition at line 71 of file OSrLReader.h.
OSrLParserData* OSrLReader::m_parserData [private] |
m_parerData is the object used in the parser to temporarily store data
Definition at line 76 of file OSrLReader.h.
1.6.1