The OSrLReader Class. More...
#include <OSrLReader.h>
Public Member Functions | |
OSrLReader () | |
OSrL class constructor. More... | |
~OSrLReader () | |
OSrL class destructor. More... | |
OSResult * | readOSrL (const std::string &posrl) |
Get an OSResult object from an OSrL string. More... | |
Private Attributes | |
OSResult * | m_osresult |
m_osresult is the OSResult object returned by the OSrLReader More... | |
OSrLParserData * | m_parserData |
m_parserData is the object used in the parser to temporarily store data from the OSrL schema elements. More... | |
OSgLParserData * | m_osglData |
m_osglData is the object used in the parser to temporarily store data from the OSgL schema elements. More... | |
OSnLParserData * | m_osnlData |
m_osnlData is the object used in the parser to temporarily store data from the OSnL schema elements. More... | |
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 | ) |
Get an OSResult object from an OSrL string.
osrl | an OSrL string. |
Definition at line 97 of file OSrLReader.cpp.
|
private |
m_osresult is the OSResult object returned by the OSrLReader
Definition at line 77 of file OSrLReader.h.
|
private |
m_parserData is the object used in the parser to temporarily store data from the OSrL schema elements.
Definition at line 82 of file OSrLReader.h.
|
private |
m_osglData is the object used in the parser to temporarily store data from the OSgL schema elements.
Definition at line 87 of file OSrLReader.h.
|
private |
m_osnlData is the object used in the parser to temporarily store data from the OSnL schema elements.
Definition at line 92 of file OSrLReader.h.