MatrixVariableSolution Class Reference

The in-memory representation of the <MatrixVariableSolution> element. More...

#include <OSResult.h>

Collaboration diagram for MatrixVariableSolution:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 MatrixVariableSolution ()
 The MatrixVariableSolution class constructor.
 ~MatrixVariableSolution ()
 The MatrixVariableSolution class destructor.
bool IsEqual (MatrixVariableSolution *that)
 A function to check for the equality of two objects.

Public Attributes

int numberOfOtherMatrixVariableResults
 numberOfOtherMatrixVariableResults gives the number of <other> children
MatrixVariableValuesvalues
 values is pointer to the <values> child
OtherMatrixVariableResult ** other
 other is a pointer to an array of <other> children

Detailed Description

The in-memory representation of the <MatrixVariableSolution> element.

Definition at line 1992 of file OSResult.h.


Constructor & Destructor Documentation

MatrixVariableSolution::MatrixVariableSolution (  ) 

The MatrixVariableSolution class constructor.

Definition at line 958 of file OSResult.cpp.

MatrixVariableSolution::~MatrixVariableSolution (  ) 

The MatrixVariableSolution class destructor.

Definition at line 969 of file OSResult.cpp.


Member Function Documentation

bool MatrixVariableSolution::IsEqual ( MatrixVariableSolution that  ) 

A function to check for the equality of two objects.


Member Data Documentation

numberOfOtherMatrixVariableResults gives the number of <other> children

Definition at line 1996 of file OSResult.h.

values is pointer to the <values> child

Definition at line 1999 of file OSResult.h.

other is a pointer to an array of <other> children

Definition at line 2002 of file OSResult.h.


The documentation for this class was generated from the following files:

Generated on 5 Jul 2015 by  doxygen 1.6.1