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

Public Member Functions | |
| OtherSolutionResults () | |
| Default constructor. | |
| ~OtherSolutionResults () | |
| Class destructor. | |
| bool | IsEqual (OtherSolutionResults *that) |
| A function to check for the equality of two objects. | |
Public Attributes | |
| int | numberOfOtherSolutionResults |
| the number of elements in the pointer of OtherSolutionResult objects | |
| OtherSolutionResult ** | otherSolutionResult |
| otherSolutionResult is a pointer to an array of OtherSolutionResult objects | |
Definition at line 1802 of file OSResult.h.
| OtherSolutionResults::OtherSolutionResults | ( | ) |
| OtherSolutionResults::~OtherSolutionResults | ( | ) |
Class destructor.
Definition at line 943 of file OSResult.cpp.
References numberOfOtherSolutionResults, and otherSolutionResult.
| bool OtherSolutionResults::IsEqual | ( | OtherSolutionResults * | that | ) |
the number of elements in the pointer of OtherSolutionResult objects
Definition at line 1806 of file OSResult.h.
Referenced by OSResult::getNumberOfOtherSolutionResults(), OSResult::getOtherSolutionResultCategory(), OSResult::getOtherSolutionResultDescription(), OSResult::getOtherSolutionResultItem(), OSResult::getOtherSolutionResultName(), OSResult::getOtherSolutionResultNumberOfItems(), and ~OtherSolutionResults().
otherSolutionResult is a pointer to an array of OtherSolutionResult objects
Definition at line 1811 of file OSResult.h.
Referenced by OSResult::getOtherSolutionResultCategory(), OSResult::getOtherSolutionResultDescription(), OSResult::getOtherSolutionResultItem(), OSResult::getOtherSolutionResultName(), OSResult::getOtherSolutionResultNumberOfItems(), and ~OtherSolutionResults().
1.4.7