OS  2.10.1
Public Member Functions | Public Attributes | List of all members
MatrixExpressions Class Reference

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

#include <OSInstance.h>

+ Collaboration diagram for MatrixExpressions:

Public Member Functions

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

Public Attributes

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

Detailed Description

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

Definition at line 1855 of file OSInstance.h.

Constructor & Destructor Documentation

§ MatrixExpressions()

MatrixExpressions::MatrixExpressions ( )

The MatrixExpressions class constructor.

§ ~MatrixExpressions()

MatrixExpressions::~MatrixExpressions ( )

The MatrixExpressions class destructor.

Member Function Documentation

§ IsEqual()

bool MatrixExpressions::IsEqual ( MatrixExpressions that)

A function to check for the equality of two objects.

Member Data Documentation

§ numberOfExpr

int MatrixExpressions::numberOfExpr

numberOfExpr gives the number of expressions

Definition at line 1859 of file OSInstance.h.

§ expr

MatrixExpression** MatrixExpressions::expr

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 file: