The in-memory representation of the <matrixVariables> element. More...
#include <OSInstance.h>
Public Member Functions | |
MatrixVariables () | |
The MatrixVariables class constructor. More... | |
~MatrixVariables () | |
The MatrixVariables class destructor. More... | |
bool | IsEqual (MatrixVariables *that) |
A function to check for the equality of two objects. More... | |
Public Attributes | |
int | numberOfMatrixVar |
numberOfMatrixVar gives the number of <matrixVar> children More... | |
MatrixVar ** | matrixVar |
matrixVar is an array of pointers to the <matrixVar> children More... | |
The in-memory representation of the <matrixVariables> element.
Definition at line 1635 of file OSInstance.h.
MatrixVariables::MatrixVariables | ( | ) |
The MatrixVariables class constructor.
Definition at line 1336 of file OSInstance.cpp.
MatrixVariables::~MatrixVariables | ( | ) |
The MatrixVariables class destructor.
Definition at line 1345 of file OSInstance.cpp.
bool MatrixVariables::IsEqual | ( | MatrixVariables * | that | ) |
A function to check for the equality of two objects.
Definition at line 9172 of file OSInstance.cpp.
int MatrixVariables::numberOfMatrixVar |
numberOfMatrixVar gives the number of <matrixVar> children
Definition at line 1639 of file OSInstance.h.
MatrixVar** MatrixVariables::matrixVar |
matrixVar is an array of pointers to the <matrixVar> children
Definition at line 1642 of file OSInstance.h.