#include <OSResult.h>
Collaboration diagram for GeneralStatus:
Public Member Functions | |
GeneralStatus () | |
Default constructor. | |
~GeneralStatus () | |
Class destructor. | |
GeneralStatus () | |
Default constructor. | |
~GeneralStatus () | |
Class destructor. | |
Public Attributes | |
int | numberOfSubstatuses |
the number of substatuses | |
std::string | type |
the type of status | |
std::string | description |
the description of the status | |
std::vector< GeneralSubstatus * > | substatus |
the array of substatuses | |
std::vector< GeneralSubstatus * > | substatus |
the array of substatuses |
Definition at line 72 of file OSResult.h.
GeneralStatus::GeneralStatus | ( | ) |
GeneralStatus::~GeneralStatus | ( | ) |
GeneralStatus::GeneralStatus | ( | ) |
Default constructor.
GeneralStatus::~GeneralStatus | ( | ) |
Class destructor.
std::string GeneralStatus::type |
the type of status
Definition at line 80 of file OSResult.h.
Referenced by OSResult::getGeneralStatusType(), and OSrLWriter::writeOSrL().
std::string GeneralStatus::description |
the description of the status
Definition at line 83 of file OSResult.h.
Referenced by OSResult::getGeneralStatusDescription(), and OSrLWriter::writeOSrL().
std::vector<GeneralSubstatus*> GeneralStatus::substatus |
std::vector<GeneralSubstatus*> GeneralStatus::substatus |