|
bcParserCPP 2.8
Math Parser for C++
|
A node that represents variables in the expression. More...
Public Member Functions | |
| CVarNode (_ValueT *variable) | |
| virtual _ValueT | GetValue () |
| Return the value of the variable. | |
| virtual BOOL | IsUsed (void *Addr) |
| Does this node represent the variable whose address is passed as a parameter? | |
| virtual void | Optimize () |
| Does nothing. | |
| virtual CNode< _ValueT >::NODE_TYPE | GetType () |
| Return CNode::VARIABLE. | |
A node that represents variables in the expression.
| virtual void CVarNode< _ValueT >::Optimize | ( | ) | [inline, virtual] |
1.7.4