~CubeInfixToPostfix()
Definition: CubeInfixToPostfix.h:40
CubeInfixToPostfix()
Constructs a CubeInfixToPostfix converter.
Definition: CubeInfixToPostfix.cpp:19
Converter for math equations.
Definition: CubeInfixToPostfix.h:37
Converter for math equations.
Definition: InfixToPostfix.h:46
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