![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This template class evaluates an null terminate string that represents an real-number arithmetic expression. More...
This template class evaluates an null terminate string that represents an real-number arithmetic expression.
Template Arg(s): T Double/float type to use for the numeric expression/calculations
#include <RealExpressionParser.h>
Public Member Functions | |
RealExpressionParser () | |
Constructor. | |
bool | eval (const char *expressionAsText, T &result) |
Evaluates an integer arithmetic expression and returns true if the expression was successfully evaluated. | |
|
inline |
Constructor.
|
inline |
Evaluates an integer arithmetic expression and returns true if the expression was successfully evaluated.
The evaluated value is returned via, the 'result' argument.