My Project
NonlinearExpressions Class Reference

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

#include <OSInstance.h>

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
 numberOfNonlinearExpressions 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 452 of file OSInstance.h.

Constructor & Destructor Documentation

◆ NonlinearExpressions() [1/2]

NonlinearExpressions::NonlinearExpressions ( )

The NonlinearExpressions class constructor.

Definition at line 844 of file OSInstance.cpp.

◆ ~NonlinearExpressions() [1/2]

NonlinearExpressions::~NonlinearExpressions ( )

The NonlinearExpressions class destructor.

Definition at line 853 of file OSInstance.cpp.

◆ NonlinearExpressions() [2/2]

NonlinearExpressions::NonlinearExpressions ( )

The NonlinearExpressions class constructor.

◆ ~NonlinearExpressions() [2/2]

NonlinearExpressions::~NonlinearExpressions ( )

The NonlinearExpressions class destructor.

Member Function Documentation

◆ IsEqual()

bool NonlinearExpressions::IsEqual ( NonlinearExpressions * that)

A function to check for the equality of two objects.

Definition at line 8563 of file OSInstance.cpp.

Member Data Documentation

◆ numberOfNonlinearExpressions

int NonlinearExpressions::numberOfNonlinearExpressions

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

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

Definition at line 466 of file OSInstance.h.

◆ nl

Nl ** NonlinearExpressions::nl

nl is pointer to an array of Nl object pointers

Definition at line 469 of file OSInstance.h.


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