#include <expr_evaluator.hpp>
Inheritance diagram for ExprEvaluator:

Public Member Functions | |
| ExprEvaluator (intf_thread_t *pIntf) | |
| Constructor. | |
| ~ExprEvaluator () | |
| Destructor. | |
| void | parse (const string &rExpr) |
| Clear the RPN stack and parse an expression. | |
| string | getToken () |
Definition at line 32 of file expr_evaluator.hpp.
|
|
Pop the first token from the RPN stack. Return NULL when the stack is empty. Definition at line 111 of file expr_evaluator.cpp. Referenced by Interpreter::getVarBool(). |
1.4.2