The in-memory representation of the <matrixVariables> element. More...
#include <OSResult.h>
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... | |
The in-memory representation of the <matrixVariables> element.
Definition at line 1914 of file OSResult.h.
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.
bool MatrixVariableValues::IsEqual | ( | MatrixVariableValues * | that | ) |
A function to check for the equality of two objects.
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.