OS  2.9.3
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:

Public Member Functions

 MatrixVariables ()
 The MatrixVariables class constructor. More...
 
 ~MatrixVariables ()
 The MatrixVariables class destructor. 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 1633 of file OSInstance.h.

Constructor & Destructor Documentation

MatrixVariables::MatrixVariables ( )

The MatrixVariables class constructor.

MatrixVariables::~MatrixVariables ( )

The MatrixVariables class destructor.

Member Data Documentation

int MatrixVariables::numberOfMatrixVar

numberOfMatrixVar gives the number of <matrixVar> children

Definition at line 1644 of file OSInstance.h.

MatrixVar** MatrixVariables::matrixVar

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

Definition at line 1647 of file OSInstance.h.


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