#include <OSResult.h>
Collaboration diagram for OtherResult:

Public Member Functions | |
| OtherResult () | |
| Default constructor. | |
| ~OtherResult () | |
| Class destructor. | |
| bool | IsEqual (OtherResult *that) |
| A function to check for the equality of two objects. | |
Public Attributes | |
| std::string | name |
| the name of the other result | |
| std::string | value |
| the value of the other result | |
| std::string | description |
| the description of the other result | |
Definition at line 143 of file OSResult.h.
| OtherResult::OtherResult | ( | ) |
| OtherResult::~OtherResult | ( | ) |
| bool OtherResult::IsEqual | ( | OtherResult * | that | ) |
| std::string OtherResult::name |
the name of the other result
Definition at line 148 of file OSResult.h.
Referenced by OSResult::getOtherGeneralResultName(), OSResult::getOtherJobResultName(), OSResult::getOtherServiceResultName(), OSResult::getOtherSystemResultName(), and OSrLWriter::writeOSrL().
| std::string OtherResult::value |
the value of the other result
Definition at line 151 of file OSResult.h.
Referenced by OSResult::getOtherGeneralResultValue(), OSResult::getOtherJobResultValue(), OSResult::getOtherServiceResultValue(), OSResult::getOtherSystemResultValue(), and OSrLWriter::writeOSrL().
| std::string OtherResult::description |
the description of the other result
Definition at line 154 of file OSResult.h.
Referenced by OSResult::getOtherGeneralResultDescription(), OSResult::getOtherJobResultDescription(), OSResult::getOtherServiceResultDescription(), OSResult::getOtherSystemResultDescription(), and OSrLWriter::writeOSrL().
1.4.7