My Project
MatrixConstraints Class Reference

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

#include <OSInstance.h>

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

The MatrixConstraints class constructor.

Definition at line 1432 of file OSInstance.cpp.

◆ ~MatrixConstraints()

MatrixConstraints::~MatrixConstraints ( )

The MatrixConstraints class destructor.

Definition at line 1441 of file OSInstance.cpp.

Member Function Documentation

◆ IsEqual()

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

◆ numberOfMatrixCon

int MatrixConstraints::numberOfMatrixCon

numberOfMatrixCon gives the number of <matrixCon> children

Definition at line 1798 of file OSInstance.h.

◆ matrixCon

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: