#include <OSResult.h>
Public Member Functions | |
GeneralStatus () | |
Default constructor. | |
~GeneralStatus () | |
Class destructor. | |
Public Attributes | |
std::string | type |
the type of status | |
std::string | description |
the description of the status |
Definition at line 35 of file OSResult.h.
GeneralStatus::GeneralStatus | ( | ) |
GeneralStatus::~GeneralStatus | ( | ) |
std::string GeneralStatus::type |
the type of status
Definition at line 40 of file OSResult.h.
Referenced by OSResult::getGeneralStatusType(), and OSrLWriter::writeOSrL().
std::string GeneralStatus::description |
the description of the status
Definition at line 43 of file OSResult.h.
Referenced by OSResult::getGeneralStatusDescription(), and OSrLWriter::writeOSrL().