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

Public Member Functions | |
| OtherSolutionResult () | |
| Default constructor. | |
| ~OtherSolutionResult () | |
| Class destructor. | |
| bool | IsEqual (OtherSolutionResult *that) |
| A function to check for the equality of two objects. | |
Public Attributes | |
| std::string | name |
| the name of the result the user is defining | |
| std::string | category |
| this element allows a specific category to be associated with this particular type of result | |
| std::string | description |
| a brief description of the type of result | |
| int | numberOfItems |
| the number of items contained in this otherSolutionResult | |
| std::string * | item |
| an array of items (string-valued) | |
Definition at line 1699 of file OSResult.h.
| OtherSolutionResult::OtherSolutionResult | ( | ) |
| OtherSolutionResult::~OtherSolutionResult | ( | ) |
| bool OtherSolutionResult::IsEqual | ( | OtherSolutionResult * | that | ) |
A function to check for the equality of two objects.
Definition at line 6338 of file OSResult.cpp.
References category, DEBUG_ISEQUAL_ROUTINES, description, item, name, and numberOfItems.
| std::string OtherSolutionResult::name |
the name of the result the user is defining
Definition at line 1703 of file OSResult.h.
Referenced by OSResult::getOtherSolutionResultName(), IsEqual(), and OSResult::setOtherSolutionResultName().
| std::string OtherSolutionResult::category |
this element allows a specific category to be associated with this particular type of result
Definition at line 1708 of file OSResult.h.
Referenced by OSResult::getOtherSolutionResultCategory(), IsEqual(), and OSResult::setOtherSolutionResultCategory().
| std::string OtherSolutionResult::description |
a brief description of the type of result
Definition at line 1711 of file OSResult.h.
Referenced by OSResult::getOtherSolutionResultDescription(), IsEqual(), and OSResult::setOtherSolutionResultDescription().
the number of items contained in this otherSolutionResult
Definition at line 1715 of file OSResult.h.
Referenced by OSResult::getOtherSolutionResultItem(), OSResult::getOtherSolutionResultNumberOfItems(), IsEqual(), and OSResult::setOtherSolutionResultNumberOfItems().
| std::string* OtherSolutionResult::item |
an array of items (string-valued)
Definition at line 1719 of file OSResult.h.
Referenced by OSResult::getOtherSolutionResultItem(), IsEqual(), OSResult::setOtherSolutionResultItem(), OSResult::setOtherSolutionResultNumberOfItems(), and ~OtherSolutionResult().
1.4.7