OS  2.9.3
Public Member Functions | Public Attributes | List of all members
NonlinearExpressions Class Reference

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

#include <OSInstance.h>

+ Collaboration diagram for NonlinearExpressions:

Public Member Functions

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

Public Attributes

int numberOfNonlinearExpressions
 numberOfNonlinearExpressions is the number of <nl> elements in the <nonlinearExpressions> element. More...
 
Nl ** nl
 nl is pointer to an array of Nl object pointers More...
 

Detailed Description

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

Definition at line 454 of file OSInstance.h.

Constructor & Destructor Documentation

NonlinearExpressions::NonlinearExpressions ( )

The NonlinearExpressions class constructor.

NonlinearExpressions::~NonlinearExpressions ( )

The NonlinearExpressions class destructor.

Member Function Documentation

bool NonlinearExpressions::IsEqual ( NonlinearExpressions that)

A function to check for the equality of two objects.

Member Data Documentation

int NonlinearExpressions::numberOfNonlinearExpressions

numberOfNonlinearExpressions is the number of <nl> elements in the <nonlinearExpressions> element.

Definition at line 468 of file OSInstance.h.

Nl** NonlinearExpressions::nl

nl is pointer to an array of Nl object pointers

Definition at line 471 of file OSInstance.h.


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