InfixOperator and InfixFunction are helper classes for InfixToPostfix.
More...
#include <InfixToPostfix.h>
InfixOperator and InfixFunction are helper classes for InfixToPostfix.
- Author
- ????-??-?? Unknown
◆ 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 |
The documentation for this class was generated from the following file:
- /usgs/pkgs/isis3.9.0_docs/ISIS3/isis/src/base/objs/InfixToPostfix/InfixToPostfix.h