Public Member Functions | Public Attributes | List of all members
MatrixVariables Class Reference

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

#include <OSInstance.h>

Collaboration diagram for MatrixVariables:
Collaboration graph
[legend]

Public Member Functions

 MatrixVariables ()
 The MatrixVariables class constructor. More...
 
 ~MatrixVariables ()
 The MatrixVariables class destructor. More...
 
bool IsEqual (MatrixVariables *that)
 A function to check for the equality of two objects. 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...
 

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 9172 of file OSInstance.cpp.

Member Data Documentation

int MatrixVariables::numberOfMatrixVar

numberOfMatrixVar gives the number of <matrixVar> children

Definition at line 1639 of file OSInstance.h.

MatrixVar** MatrixVariables::matrixVar

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: