OtherSolverOutput Class Reference

The OtherSolverOutput Class. More...

#include <OSResult.h>

Collaboration diagram for OtherSolverOutput:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

The OtherSolverOutput Class.

Author:
Horand Gassmann, Jun Ma, Kipp Martin
Version:
1.0, 03/14/2004
Since:
OS 1.0
Remarks:
A class that allows the solver to report an arbitrary result associated with the solution.

Definition at line 1972 of file OSResult.h.


Constructor & Destructor Documentation

OtherSolverOutput::OtherSolverOutput (  ) 

Default constructor.

Definition at line 1032 of file OSResult.cpp.

OtherSolverOutput::~OtherSolverOutput (  ) 

Class destructor.

Definition at line 1043 of file OSResult.cpp.

References numberOfSolverOutputs, and solverOutput.


Member Function Documentation

bool OtherSolverOutput::IsEqual ( OtherSolverOutput that  ) 

A function to check for the equality of two objects.

Definition at line 6525 of file OSResult.cpp.


Member Data Documentation

int OtherSolverOutput::numberOfSolverOutputs

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** OtherSolverOutput::solverOutput

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().


The documentation for this class was generated from the following files:
Generated on Tue Mar 30 03:13:39 2010 by  doxygen 1.4.7