OS  2.10.1
Public Member Functions | Public Attributes | List of all members
MatrixVariableSolution Class Reference

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

#include <OSResult.h>

+ Collaboration diagram for MatrixVariableSolution:

Public Member Functions

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

Public Attributes

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

Detailed Description

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

Definition at line 1992 of file OSResult.h.

Constructor & Destructor Documentation

◆ MatrixVariableSolution()

MatrixVariableSolution::MatrixVariableSolution ( )

The MatrixVariableSolution class constructor.

◆ ~MatrixVariableSolution()

MatrixVariableSolution::~MatrixVariableSolution ( )

The MatrixVariableSolution class destructor.

Member Function Documentation

◆ IsEqual()

bool MatrixVariableSolution::IsEqual ( MatrixVariableSolution that)

A function to check for the equality of two objects.

Member Data Documentation

◆ numberOfOtherMatrixVariableResults

int MatrixVariableSolution::numberOfOtherMatrixVariableResults

numberOfOtherMatrixVariableResults gives the number of <other> children

Definition at line 1996 of file OSResult.h.

◆ values

MatrixVariableValues* MatrixVariableSolution::values

values is pointer to the <values> child

Definition at line 1999 of file OSResult.h.

◆ other

OtherMatrixVariableResult** MatrixVariableSolution::other

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 file: