|
| | Subtract (Term *const l, Term *const r) |
| |
| Term * | clone () const |
| |
| double | performFunction (double lhs, double rhs) const |
| |
| int | getOperatorPrecedence () const |
| |
| String | getName () const |
| |
| void | writeOperator (String &dest) const |
| |
| TermPtr | createTermToEvaluateInput (const Scope &scope, const Term *input, double overallTarget, Term *topLevelTerm) const |
| |
| | BinaryTerm (Term *const l, Term *const r) |
| |
| int | getInputIndexFor (const Term *possibleInput) const |
| |
| Type | getType () const noexcept |
| |
| int | getNumInputs () const |
| |
| Term * | getInput (int index) const |
| |
| TermPtr | resolve (const Scope &scope, int recursionDepth) |
| |
| String | toString () const |
| |
| | Term () |
| |
| virtual | ~Term () |
| |
| virtual double | toDouble () const |
| |
| virtual ReferenceCountedObjectPtr< Term > | negated () |
| |
| virtual void | renameSymbol (const Symbol &oldSymbol, const String &newName, const Scope &scope, int recursionDepth) |
| |
| virtual void | visitAllSymbols (SymbolVisitor &visitor, const Scope &scope, int recursionDepth) |
| |
| void | incReferenceCount () noexcept |
| |
| void | decReferenceCount () noexcept |
| |
| bool | decReferenceCountWithoutDeleting () noexcept |
| |
| int | getReferenceCount () const noexcept |
| |
◆ Subtract()
| Expression::Helpers::Subtract::Subtract |
( |
Term *const |
l, |
|
|
Term *const |
r |
|
) |
| |
|
inline |
◆ clone()
| Term* Expression::Helpers::Subtract::clone |
( |
| ) |
const |
|
inlinevirtual |
◆ createTermToEvaluateInput()
| TermPtr Expression::Helpers::Subtract::createTermToEvaluateInput |
( |
const Scope & |
scope, |
|
|
const Term * |
input, |
|
|
double |
overallTarget, |
|
|
Term * |
topLevelTerm |
|
) |
| const |
|
inlinevirtual |
◆ getName()
| String Expression::Helpers::Subtract::getName |
( |
| ) |
const |
|
inlinevirtual |
◆ getOperatorPrecedence()
| int Expression::Helpers::Subtract::getOperatorPrecedence |
( |
| ) |
const |
|
inlinevirtual |
◆ performFunction()
| double Expression::Helpers::Subtract::performFunction |
( |
double |
lhs, |
|
|
double |
rhs |
|
) |
| const |
|
inlinevirtual |
◆ writeOperator()
| void Expression::Helpers::Subtract::writeOperator |
( |
String & |
dest | ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following file: