|
OS
2.9.3
|
The in-memory representation of the <matrixObjectives> element. More...
#include <OSInstance.h>
Collaboration diagram for MatrixObjectives:Public Member Functions | |
| MatrixObjectives () | |
| The MatrixObjectives class constructor. More... | |
| ~MatrixObjectives () | |
| The MatrixObjectives class destructor. More... | |
Public Attributes | |
| int | numberOfMatrixObj |
| numberOfMatrixObj gives the number of <matrixObj> children More... | |
| MatrixObj ** | matrixObj |
| matrixObj is an array of pointers to the <matrixObj> children More... | |
The in-memory representation of the <matrixObjectives> element.
Definition at line 1699 of file OSInstance.h.
| MatrixObjectives::MatrixObjectives | ( | ) |
The MatrixObjectives class constructor.
| MatrixObjectives::~MatrixObjectives | ( | ) |
The MatrixObjectives class destructor.
| int MatrixObjectives::numberOfMatrixObj |
numberOfMatrixObj gives the number of <matrixObj> children
Definition at line 1710 of file OSInstance.h.
| MatrixObj** MatrixObjectives::matrixObj |
matrixObj is an array of pointers to the <matrixObj> children
Definition at line 1713 of file OSInstance.h.
1.8.9.1