MatrixVariables Class Reference

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

#include <OSInstance.h>

Collaboration diagram for MatrixVariables:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Public Attributes

int numberOfMatrixVar
 numberOfMatrixVar gives the number of <matrixVar> children
MatrixVar ** matrixVar
 matrixVar is an array of pointers to the <matrixVar> children

Detailed Description

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

Definition at line 1635 of file OSInstance.h.


Constructor & Destructor Documentation

MatrixVariables::MatrixVariables (  ) 

The MatrixVariables class constructor.

Definition at line 1336 of file OSInstance.cpp.

MatrixVariables::~MatrixVariables (  ) 

The MatrixVariables class destructor.

Definition at line 1345 of file OSInstance.cpp.


Member Function Documentation

bool MatrixVariables::IsEqual ( MatrixVariables that  ) 

A function to check for the equality of two objects.

Definition at line 9170 of file OSInstance.cpp.


Member Data Documentation

numberOfMatrixVar gives the number of <matrixVar> children

Definition at line 1639 of file OSInstance.h.

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

Definition at line 1642 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