|
| Function (const String &name) |
|
| Function (const String &name, const Array< Expression > ¶ms) |
|
Type | getType () const noexcept |
|
Term * | clone () const |
|
int | getNumInputs () const |
|
Term * | getInput (int i) const |
|
String | getName () const |
|
TermPtr | resolve (const Scope &scope, int recursionDepth) |
|
int | getInputIndexFor (const Term *possibleInput) const |
|
String | toString () const |
|
| Term () |
|
virtual | ~Term () |
|
virtual double | toDouble () const |
|
virtual int | getOperatorPrecedence () const |
|
virtual ReferenceCountedObjectPtr< Term > | negated () |
|
virtual ReferenceCountedObjectPtr< Term > | createTermToEvaluateInput (const Scope &, const Term *, double, Term *) const |
|
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 |
|
◆ Function() [1/2]
Expression::Helpers::Function::Function |
( |
const String & |
name | ) |
|
|
inlineexplicit |
◆ Function() [2/2]
◆ clone()
Term* Expression::Helpers::Function::clone |
( |
| ) |
const |
|
inlinevirtual |
◆ getInput()
Term* Expression::Helpers::Function::getInput |
( |
int |
i | ) |
const |
|
inlinevirtual |
◆ getInputIndexFor()
int Expression::Helpers::Function::getInputIndexFor |
( |
const Term * |
possibleInput | ) |
const |
|
inlinevirtual |
◆ getName()
String Expression::Helpers::Function::getName |
( |
| ) |
const |
|
inlinevirtual |
◆ getNumInputs()
int Expression::Helpers::Function::getNumInputs |
( |
| ) |
const |
|
inlinevirtual |
◆ getType()
Type Expression::Helpers::Function::getType |
( |
| ) |
const |
|
inlinevirtualnoexcept |
◆ resolve()
TermPtr Expression::Helpers::Function::resolve |
( |
const Scope & |
scope, |
|
|
int |
recursionDepth |
|
) |
| |
|
inlinevirtual |
◆ toString()
String Expression::Helpers::Function::toString |
( |
| ) |
const |
|
inlinevirtual |
◆ functionName
const String Expression::Helpers::Function::functionName |
◆ parameters
The documentation for this class was generated from the following file: