MatrixConstraints Class Reference

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

#include <OSInstance.h>

Collaboration diagram for MatrixConstraints:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 MatrixConstraints ()
 The MatrixConstraints class constructor.
 ~MatrixConstraints ()
 The MatrixConstraints class destructor.
bool IsEqual (MatrixConstraints *that)
 A function to check for the equality of two objects.

Public Attributes

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

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


Member Data Documentation

numberOfMatrixCon gives the number of <matrixCon> children

Definition at line 1798 of file OSInstance.h.

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:

Generated on 5 Jul 2015 by  doxygen 1.6.1