Converter for math equations.
Definition: CubeInfixToPostfix.h:52
InfixOperator * findOperator(QString representation)
This method will return a pointer to the operator represented by 'representation. ...
Definition: CubeInfixToPostfix.cpp:99
Converter for math equations.
Definition: InfixToPostfix.h:61
CubeInfixToPostfix()
Constructs a CubeInfixToPostfix converter.
Definition: CubeInfixToPostfix.cpp:34
~CubeInfixToPostfix()
Definition: CubeInfixToPostfix.h:55
bool isKnownSymbol(QString representation)
This method will return true if it believes the argument represents a valid function or operator...
Definition: CubeInfixToPostfix.cpp:79