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:
Collaboration graph
[legend]

Public Member Functions

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

Constructor & Destructor Documentation

MatrixConstraints::MatrixConstraints ( )

The MatrixConstraints class constructor.

Definition at line 1432 of file OSInstance.cpp.

MatrixConstraints::~MatrixConstraints ( )

The MatrixConstraints class destructor.

Definition at line 1441 of file OSInstance.cpp.

Member Function Documentation

bool MatrixConstraints::IsEqual ( MatrixConstraints that)

A function to check for the equality of two objects.

Definition at line 9378 of file OSInstance.cpp.

Member Data Documentation

int MatrixConstraints::numberOfMatrixCon

numberOfMatrixCon gives the number of <matrixCon> children

Definition at line 1798 of file OSInstance.h.

MatrixCon** MatrixConstraints::matrixCon

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

Definition at line 1801 of file OSInstance.h.


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