#include <OSResult.h>
Collaboration diagram for GeneralSubstatus:
Public Member Functions | |
GeneralSubstatus () | |
Default constructor. | |
~GeneralSubstatus () | |
Class destructor. | |
bool | IsEqual (GeneralSubstatus *that) |
A function to check for the equality of two objects. | |
GeneralSubstatus () | |
Default constructor. | |
~GeneralSubstatus () | |
Class destructor. | |
Public Attributes | |
std::string | name |
the name of the substatus | |
std::string | description |
the description of the substatus |
Definition at line 55 of file OSResult.h.
GeneralSubstatus::GeneralSubstatus | ( | ) |
GeneralSubstatus::~GeneralSubstatus | ( | ) |
GeneralSubstatus::GeneralSubstatus | ( | ) |
Default constructor.
GeneralSubstatus::~GeneralSubstatus | ( | ) |
Class destructor.
bool GeneralSubstatus::IsEqual | ( | GeneralSubstatus * | that | ) |
std::string GeneralSubstatus::name |
the name of the substatus
Definition at line 60 of file OSResult.h.
Referenced by OSResult::getGeneralSubstatusName(), and OSrLWriter::writeOSrL().
std::string GeneralSubstatus::description |
the description of the substatus
Definition at line 63 of file OSResult.h.
Referenced by OSResult::getGeneralSubstatusDescription(), and OSrLWriter::writeOSrL().