MatrixObjectives Class Reference

The in-memory representation of the <matrixObjectives> element. More...

#include <OSInstance.h>

Collaboration diagram for MatrixObjectives:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 MatrixObjectives ()
 The MatrixObjectives class constructor.
 ~MatrixObjectives ()
 The MatrixObjectives class destructor.
bool IsEqual (MatrixObjectives *that)
 A function to check for the equality of two objects.

Public Attributes

int numberOfMatrixObj
 numberOfMatrixObj gives the number of <matrixObj> children
MatrixObj ** matrixObj
 matrixObj is an array of pointers to the <matrixObj> children

Detailed Description

The in-memory representation of the <matrixObjectives> element.

Definition at line 1708 of file OSInstance.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

bool MatrixObjectives::IsEqual ( MatrixObjectives that  ) 

A function to check for the equality of two objects.

Definition at line 9275 of file OSInstance.cpp.


Member Data Documentation

numberOfMatrixObj gives the number of <matrixObj> children

Definition at line 1719 of file OSInstance.h.

matrixObj is an array of pointers to the <matrixObj> children

Definition at line 1722 of file OSInstance.h.


The documentation for this class was generated from the following files:

Generated on 5 Jul 2015 by  doxygen 1.6.1