| Argument |
Argument class enables to declare the argument
(variable) which can be used in further processing
(in expressions, functions and dependent / recursive arguments).
|
| CalcStepRecord |
Calculation is a multistep process and this class
provides a container to store a single calculation step.
|
| CalcStepsRegister |
Calculation is a multistep process and this class
provides a register to store all the steps, also
done in a recursive way.
|
| Constant |
Constant class provides ability to declare constants.
|
| Expression |
Expression - base class for real expressions definition.
|
| Function |
Function class provides possibility to define user functions.
|
| License |
A class that provides commercial and non-commercial use mode registration.
|
| mXparser |
mXparser class provides usefull methods when parsing, calculating or
parameters transforming.
|
| PrimitiveElement |
Class used for connecting all basic elements such as: Argument, Constant,
Function.
|
| RecursiveArgument |
RecursiveArgument class enables to declare the argument
(variable) which is defined in a recursive way.
|
| Tutorial |
Tutorial class.
|