My Project
MatrixVariables Class Reference

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

#include <OSInstance.h>

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::MatrixVariables ( )

The MatrixVariables class constructor.

Definition at line 1336 of file OSInstance.cpp.

◆ ~MatrixVariables()

MatrixVariables::~MatrixVariables ( )

The MatrixVariables class destructor.

Definition at line 1345 of file OSInstance.cpp.

Member Function Documentation

◆ IsEqual()

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

◆ numberOfMatrixVar

int MatrixVariables::numberOfMatrixVar

numberOfMatrixVar gives the number of <matrixVar> children

Definition at line 1639 of file OSInstance.h.

◆ matrixVar

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: