#include <OSInstance.h>
Collaboration diagram for NonlinearExpressions:

Public Member Functions | |
| 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 | |
Definition at line 418 of file OSInstance.h.
| NonlinearExpressions::NonlinearExpressions | ( | ) |
The NonlinearExpressions class constructor.
| NonlinearExpressions::~NonlinearExpressions | ( | ) |
The NonlinearExpressions class destructor.
numberOfNonlinearExpression is the number of <nl> elements in the <nonlinearExpressions> element.
Definition at line 431 of file OSInstance.h.
1.4.7