The GeneralStatus Class. More...
#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 | |
The GeneralStatus Class.
Definition at line 35 of file OSResult.h.
| GeneralStatus::GeneralStatus | ( | ) |
Default constructor.
| GeneralStatus::~GeneralStatus | ( | ) |
Class destructor.
| std::string GeneralStatus::type |
the type of status
Definition at line 40 of file OSResult.h.
| std::string GeneralStatus::description |
the description of the status
Definition at line 43 of file OSResult.h.
1.6.1