MatrixConstraintSolution Class Reference

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

#include <OSResult.h>

Collaboration diagram for MatrixConstraintSolution:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Public Attributes

int numberOfOtherMatrixConstraintResults
 numberOfOtherMatrixConstraintResults gives the number of <other> children
OSMatrixWithMatrixConIdx ** matrixCon
 matrixCon is an array of pointers to the <matrixCon> children

Detailed Description

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

Definition at line 2047 of file OSResult.h.


Constructor & Destructor Documentation

MatrixConstraintSolution::MatrixConstraintSolution (  ) 

The MatrixConstraintSolution class constructor.

Definition at line 1091 of file OSResult.cpp.

MatrixConstraintSolution::~MatrixConstraintSolution (  ) 

The MatrixConstraintSolution class destructor.

Definition at line 1101 of file OSResult.cpp.


Member Function Documentation

bool MatrixConstraintSolution::IsEqual ( MatrixConstraintSolution that  ) 

A function to check for the equality of two objects.


Member Data Documentation

numberOfOtherMatrixConstraintResults gives the number of <other> children

Definition at line 2051 of file OSResult.h.

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

Definition at line 2054 of file OSResult.h.


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

Generated on 5 Jul 2015 by  doxygen 1.6.1