MatrixExpressions Class Reference

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

#include <OSInstance.h>

Collaboration diagram for MatrixExpressions:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Public Attributes

int numberOfExpr
 numberOfExpr gives the number of expressions
MatrixExpression ** expr
 a pointer to an array of linear and nonlinear expressions that evaluate to matrices

Detailed Description

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

Definition at line 1855 of file OSInstance.h.


Constructor & Destructor Documentation

MatrixExpressions::MatrixExpressions (  ) 

The MatrixExpressions class constructor.

Definition at line 1480 of file OSInstance.cpp.

MatrixExpressions::~MatrixExpressions (  ) 

The MatrixExpressions class destructor.

Definition at line 1489 of file OSInstance.cpp.


Member Function Documentation

bool MatrixExpressions::IsEqual ( MatrixExpressions that  ) 

A function to check for the equality of two objects.

Definition at line 9479 of file OSInstance.cpp.


Member Data Documentation

numberOfExpr gives the number of expressions

Definition at line 1859 of file OSInstance.h.

a pointer to an array of linear and nonlinear expressions that evaluate to matrices

Definition at line 1864 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