InfixOperator and InfixFunction are helper classes for InfixToPostfix.
More...
#include <InfixToPostfix.h>
InfixOperator and InfixFunction are helper classes for InfixToPostfix.
- Author
- ????-??-?? Unknown
Definition at line 81 of file InfixToPostfix.h.
◆ InfixOperator() [1/2]
Isis::InfixOperator::InfixOperator |
( |
int | prec, |
|
|
QString | inString, |
|
|
bool | isFunc = false ) |
|
inline |
◆ InfixOperator() [2/2]
Isis::InfixOperator::InfixOperator |
( |
int | prec, |
|
|
QString | inString, |
|
|
QString | outString, |
|
|
bool | isFunc = false ) |
|
inline |
◆ inputString()
const QString & Isis::InfixOperator::inputString |
( |
| ) |
const |
|
inline |
◆ isFunction()
bool Isis::InfixOperator::isFunction |
( |
| ) |
const |
|
inline |
◆ outputString()
const QString & Isis::InfixOperator::outputString |
( |
| ) |
const |
|
inline |
◆ precedence()
int Isis::InfixOperator::precedence |
( |
| ) |
const |
|
inline |
◆ m_inputString
QString Isis::InfixOperator::m_inputString |
|
private |
◆ m_isFunction
bool Isis::InfixOperator::m_isFunction |
|
private |
◆ m_outputString
QString Isis::InfixOperator::m_outputString |
|
private |
◆ m_precedence
int Isis::InfixOperator::m_precedence |
|
private |
The documentation for this class was generated from the following file: