Isis 3 Programmer Reference
|
InfixOperator and InfixFunction are helper classes for InfixToPostfix. More...
#include <InfixToPostfix.h>
Private Attributes | |
int | m_precedence |
QString | m_inputString |
QString | m_outputString |
bool | m_isFunction |
InfixOperator and InfixFunction are helper classes for InfixToPostfix.
Definition at line 96 of file InfixToPostfix.h.