Public Member Functions | Public Attributes | List of all members
MatrixVariableValues Class Reference

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

#include <OSResult.h>

Collaboration diagram for MatrixVariableValues:
Collaboration graph
[legend]

Public Member Functions

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

Public Attributes

int numberOfMatrixVar
 numberOfMatrixVar gives the number of <matrixVar> children More...
 
OSMatrixWithMatrixVarIdx ** matrixVar
 matrixVar is an array of pointers to the <matrixVar> children More...
 

Detailed Description

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

Definition at line 1914 of file OSResult.h.

Constructor & Destructor Documentation

MatrixVariableValues::MatrixVariableValues ( )

The MatrixVariableValues class constructor.

Definition at line 930 of file OSResult.cpp.

MatrixVariableValues::~MatrixVariableValues ( )

The MatrixVariableValues class destructor.

Definition at line 940 of file OSResult.cpp.

Member Function Documentation

bool MatrixVariableValues::IsEqual ( MatrixVariableValues that)

A function to check for the equality of two objects.

Member Data Documentation

int MatrixVariableValues::numberOfMatrixVar

numberOfMatrixVar gives the number of <matrixVar> children

Definition at line 1918 of file OSResult.h.

OSMatrixWithMatrixVarIdx** MatrixVariableValues::matrixVar

matrixVar is an array of pointers to the <matrixVar> children

Definition at line 1921 of file OSResult.h.


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