#include <OSResult.h>
Collaboration diagram for OtherSolverOutput:
Public Member Functions | |
OtherSolverOutput () | |
Default constructor. | |
~OtherSolverOutput () | |
Class destructor. | |
bool | IsEqual (OtherSolverOutput *that) |
A function to check for the equality of two objects. | |
Public Attributes | |
int | numberOfSolverOutputs |
the number of elements in the pointer of SolverOutput objects | |
SolverOutput ** | solverOutput |
solverOutput is a pointer to an array of SolverOutput objects |
Definition at line 1972 of file OSResult.h.
OtherSolverOutput::OtherSolverOutput | ( | ) |
OtherSolverOutput::~OtherSolverOutput | ( | ) |
Class destructor.
Definition at line 1043 of file OSResult.cpp.
References numberOfSolverOutputs, and solverOutput.
bool OtherSolverOutput::IsEqual | ( | OtherSolverOutput * | that | ) |
the number of elements in the pointer of SolverOutput objects
Definition at line 1977 of file OSResult.h.
Referenced by OSResult::getNumberOfSolverOutputs(), OSResult::getSolverOutputCategory(), OSResult::getSolverOutputDescription(), OSResult::getSolverOutputItem(), OSResult::getSolverOutputName(), OSResult::getSolverOutputNumberOfItems(), and ~OtherSolverOutput().
solverOutput is a pointer to an array of SolverOutput objects
Definition at line 1981 of file OSResult.h.
Referenced by OSResult::getSolverOutputCategory(), OSResult::getSolverOutputDescription(), OSResult::getSolverOutputItem(), OSResult::getSolverOutputName(), OSResult::getSolverOutputNumberOfItems(), and ~OtherSolverOutput().