|
OS
2.9.3
|
The in-memory representation of the <matrixConstraints> element. More...
#include <OSInstance.h>
Collaboration diagram for MatrixConstraints:Public Member Functions | |
| MatrixConstraints () | |
| The MatrixConstraints class constructor. More... | |
| ~MatrixConstraints () | |
| The MatrixConstraints class destructor. 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 1769 of file OSInstance.h.
| MatrixConstraints::MatrixConstraints | ( | ) |
The MatrixConstraints class constructor.
| MatrixConstraints::~MatrixConstraints | ( | ) |
The MatrixConstraints class destructor.
| int MatrixConstraints::numberOfMatrixCon |
numberOfMatrixCon gives the number of <matrixCon> children
Definition at line 1780 of file OSInstance.h.
| MatrixCon** MatrixConstraints::matrixCon |
matrixCon is an array of pointers to the <matrixCon> children
Definition at line 1783 of file OSInstance.h.
1.8.9.1