![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This template class evaluates an null terminate string that represents an integer arithmetic expression. More...
This template class evaluates an null terminate string that represents an integer arithmetic expression.
Template Arg(s): T Integer type to use for the numeric expression/calculations
#include <IntegerExpressionParser.h>
Public Member Functions | |
IntegerExpressionParser () | |
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.