Take an OSResult object and write a string that validates against OSrL.. More...
#include <OSrLWriter.h>

Public Member Functions | |
| OSrLWriter () | |
| Default constructor. | |
| ~OSrLWriter () | |
| Class destructor. | |
| std::string | writeOSrL (OSResult *theosresult) |
| create an osrl string from an OSResult object | |
Private Attributes | |
| OSResult * | m_OSResult |
| m_OSResult is an object in the class OSResult, the data in m_OSResult are written to a string that validates against OSrL | |
Take an OSResult object and write a string that validates against OSrL..
Definition at line 31 of file OSrLWriter.h.
| OSrLWriter::OSrLWriter | ( | ) |
Default constructor.
| OSrLWriter::~OSrLWriter | ( | ) |
Class destructor.
| std::string OSrLWriter::writeOSrL | ( | OSResult * | theosresult | ) |
OSResult* OSrLWriter::m_OSResult [private] |
m_OSResult is an object in the class OSResult, the data in m_OSResult are written to a string that validates against OSrL
Definition at line 37 of file OSrLWriter.h.
1.6.1