|
Isis 3.0 Object Programmers' Reference |
Home |
#include <InfixToPostfix.h>
Inheritance diagram for Isis::InfixOperator:


Definition at line 79 of file InfixToPostfix.h.
Public Member Functions | |
| InfixOperator (int prec, iString rep, bool isFunc=false) | |
Public Attributes | |
| int | precedence |
| iString | representation |
| bool | isFunction |