|
OS
2.9.3
|
The in-memory representation of the <matrixVariables> element. More...
#include <OSInstance.h>
Collaboration diagram for MatrixVariables:Public Member Functions | |
| MatrixVariables () | |
| The MatrixVariables class constructor. More... | |
| ~MatrixVariables () | |
| The MatrixVariables class destructor. 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 1633 of file OSInstance.h.
| MatrixVariables::MatrixVariables | ( | ) |
The MatrixVariables class constructor.
| MatrixVariables::~MatrixVariables | ( | ) |
The MatrixVariables class destructor.
| int MatrixVariables::numberOfMatrixVar |
numberOfMatrixVar gives the number of <matrixVar> children
Definition at line 1644 of file OSInstance.h.
| MatrixVar** MatrixVariables::matrixVar |
matrixVar is an array of pointers to the <matrixVar> children
Definition at line 1647 of file OSInstance.h.
1.8.9.1