#include <OSResult.h>
Collaboration diagram for OtherSolutionResults:
Public Member Functions | |
OtherSolutionResults () | |
Default constructor. | |
~OtherSolutionResults () | |
Class destructor. | |
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 1193 of file OSResult.h.
OtherSolutionResults::OtherSolutionResults | ( | ) |
OtherSolutionResults::~OtherSolutionResults | ( | ) |
Class destructor.
Definition at line 628 of file OSResult.cpp.
References numberOfOtherSolutionResults, and otherSolutionResult.
the number of elements in the pointer of OtherSolutionResult objects
Definition at line 1197 of file OSResult.h.
Referenced by ~OtherSolutionResults().
otherSolutionResult is a pointer to an array of OtherSolutionResult objects
Definition at line 1202 of file OSResult.h.
Referenced by OtherSolutionResults(), and ~OtherSolutionResults().