InfixToPostfix()
Constructor.
Definition InfixToPostfix.cpp:19
virtual InfixOperator * findOperator(QString element)
This method will first search the recognized list of operators and functions for the given token.
Definition InlineInfixToPostfix.cpp:81
InlineInfixToPostfix()
Constructs an InlineInfixToPostfix object.
Definition InlineInfixToPostfix.cpp:24
virtual ~InlineInfixToPostfix()
Destroys the InlineInfixToPostfix object.
Definition InlineInfixToPostfix.cpp:32
virtual bool isKnownSymbol(QString representation)
This method attempts to verify that the given argument is recognized as a valid function,...
Definition InlineInfixToPostfix.cpp:44