The in-memory representation of the <matrixObjectives> element. More...
#include <OSInstance.h>
Public Member Functions | |
MatrixObjectives () | |
The MatrixObjectives class constructor. More... | |
~MatrixObjectives () | |
The MatrixObjectives class destructor. More... | |
bool | IsEqual (MatrixObjectives *that) |
A function to check for the equality of two objects. 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 1708 of file OSInstance.h.
MatrixObjectives::MatrixObjectives | ( | ) |
The MatrixObjectives class constructor.
Definition at line 1384 of file OSInstance.cpp.
MatrixObjectives::~MatrixObjectives | ( | ) |
The MatrixObjectives class destructor.
Definition at line 1393 of file OSInstance.cpp.
bool MatrixObjectives::IsEqual | ( | MatrixObjectives * | that | ) |
A function to check for the equality of two objects.
Definition at line 9277 of file OSInstance.cpp.
int MatrixObjectives::numberOfMatrixObj |
numberOfMatrixObj gives the number of <matrixObj> children
Definition at line 1719 of file OSInstance.h.
MatrixObj** MatrixObjectives::matrixObj |
matrixObj is an array of pointers to the <matrixObj> children
Definition at line 1722 of file OSInstance.h.