#include <OSResult.h>
Collaboration diagram for GeneralSubstatus:
Public Member Functions | |
GeneralSubstatus () | |
Default constructor. | |
~GeneralSubstatus () | |
Class destructor. | |
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 37 of file OSResult.h.
GeneralSubstatus::GeneralSubstatus | ( | ) |
Default constructor.
GeneralSubstatus::~GeneralSubstatus | ( | ) |
Class destructor.
GeneralSubstatus::GeneralSubstatus | ( | ) |
Default constructor.
GeneralSubstatus::~GeneralSubstatus | ( | ) |
Class destructor.
std::string GeneralSubstatus::name |
std::string GeneralSubstatus::description |