MatrixVariableValues Class Reference

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

#include <OSResult.h>

Collaboration diagram for MatrixVariableValues:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Public Attributes

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

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

numberOfMatrixVar gives the number of <matrixVar> children

Definition at line 1918 of file OSResult.h.

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:

Generated on 5 Jul 2015 by  doxygen 1.6.1