CubeInfixToPostfix()
Constructs a CubeInfixToPostfix converter.
Definition CubeInfixToPostfix.cpp:19
bool isKnownSymbol(QString representation)
This method will return true if it believes the argument represents a valid function or operator.
Definition CubeInfixToPostfix.cpp:64
InfixOperator * findOperator(QString representation)
This method will return a pointer to the operator represented by 'representation.
Definition CubeInfixToPostfix.cpp:84
~CubeInfixToPostfix()
Definition CubeInfixToPostfix.h:40
InfixToPostfix()
Constructor.
Definition InfixToPostfix.cpp:19