Constructs this class and assigns expression string.
The expression string.
Gets the flag to turn on auto creation of variables for specified expression.
Sets the flag to turn on auto creation of variables for specified expression.
The list with default functions.
The list with default variables.
The expression string.
The expression string.
The list of original expression tokens.
The list of processed expression tokens.
Gets the manager for operations on variant values.
Sets the manager for operations on variant values.
Cleans up this calculator from all data.
Populates the specified variables list with variables from parsed expression.
The list of variables to be populated.
Evaluates this expression using default variables and functions.
The callback to receive the evaluation results
Evaluates this expression using specified variables.
The list of variables
The callback to receive the evaluation results
Evaluates this expression using specified variables and functions.
The list of variables
The list of functions
The callback to receive the evaluation results
Generated using TypeDoc
Implements an expression calculator class.