NonlinearExpressions Class Reference

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

#include <OSInstance.h>

Collaboration diagram for NonlinearExpressions:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Public Attributes

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

Detailed Description

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

Definition at line 482 of file OSInstance.h.


Constructor & Destructor Documentation

NonlinearExpressions::NonlinearExpressions (  ) 

The NonlinearExpressions class constructor.

Definition at line 726 of file OSInstance.cpp.

NonlinearExpressions::~NonlinearExpressions (  ) 

The NonlinearExpressions class destructor.

Definition at line 735 of file OSInstance.cpp.

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.

Definition at line 6074 of file OSInstance.cpp.


Member Data Documentation

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

Definition at line 496 of file OSInstance.h.

nl is pointer to an array of Nl object pointers

Definition at line 500 of file OSInstance.h.


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

Generated on 16 Feb 2012 by  doxygen 1.6.1