The in-memory representation of the <matrixConstraints> element. More...
#include <OSInstance.h>
Public Member Functions | |
MatrixConstraints () | |
The MatrixConstraints class constructor. More... | |
~MatrixConstraints () | |
The MatrixConstraints class destructor. More... | |
bool | IsEqual (MatrixConstraints *that) |
A function to check for the equality of two objects. More... | |
Public Attributes | |
int | numberOfMatrixCon |
numberOfMatrixCon gives the number of <matrixCon> children More... | |
MatrixCon ** | matrixCon |
matrixCon is an array of pointers to the <matrixCon> children More... | |
The in-memory representation of the <matrixConstraints> element.
Definition at line 1787 of file OSInstance.h.
MatrixConstraints::MatrixConstraints | ( | ) |
The MatrixConstraints class constructor.
Definition at line 1432 of file OSInstance.cpp.
MatrixConstraints::~MatrixConstraints | ( | ) |
The MatrixConstraints class destructor.
Definition at line 1441 of file OSInstance.cpp.
bool MatrixConstraints::IsEqual | ( | MatrixConstraints * | that | ) |
A function to check for the equality of two objects.
Definition at line 9378 of file OSInstance.cpp.
int MatrixConstraints::numberOfMatrixCon |
numberOfMatrixCon gives the number of <matrixCon> children
Definition at line 1798 of file OSInstance.h.
MatrixCon** MatrixConstraints::matrixCon |
matrixCon is an array of pointers to the <matrixCon> children
Definition at line 1801 of file OSInstance.h.