OS  2.9.3
Public Member Functions | Public Attributes | List of all members
MatrixConstraints Class Reference

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

#include <OSInstance.h>

+ Collaboration diagram for MatrixConstraints:

Public Member Functions

 MatrixConstraints ()
 The MatrixConstraints class constructor. More...
 
 ~MatrixConstraints ()
 The MatrixConstraints class destructor. More...
 

Public Attributes

int numberOfMatrixCon
 numberOfMatrixCon gives the number of <matrixCon> children More...
 
MatrixCon ** matrixCon
 matrixCon is an array of pointers to the <matrixCon> children More...
 

Detailed Description

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

Definition at line 1769 of file OSInstance.h.

Constructor & Destructor Documentation

MatrixConstraints::MatrixConstraints ( )

The MatrixConstraints class constructor.

MatrixConstraints::~MatrixConstraints ( )

The MatrixConstraints class destructor.

Member Data Documentation

int MatrixConstraints::numberOfMatrixCon

numberOfMatrixCon gives the number of <matrixCon> children

Definition at line 1780 of file OSInstance.h.

MatrixCon** MatrixConstraints::matrixCon

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

Definition at line 1783 of file OSInstance.h.


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