|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Public Member Functions | |
| BinaryTerm (TermPtr l, TermPtr r) | |
| int | getInputIndexFor (const Term *possibleInput) const override |
| Type | getType () const noexcept override |
| int | getNumInputs () const override |
| Term * | getInput (int index) const override |
| virtual double | performFunction (double left, double right) const =0 |
| virtual void | writeOperator (String &dest) const =0 |
| TermPtr | resolve (const Scope &scope, int recursionDepth) override |
| String | toString () const override |
Public Member Functions inherited from juce::Expression::Term | |
| virtual Term * | clone () const =0 |
| virtual double | toDouble () const |
| virtual int | getOperatorPrecedence () const |
| virtual ReferenceCountedObjectPtr< Term > | negated () |
| virtual ReferenceCountedObjectPtr< Term > | createTermToEvaluateInput (const Scope &, const Term *, double, Term *) const |
| virtual String | getName () 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) |
Public Member Functions inherited from juce::SingleThreadedReferenceCountedObject | |
| void | incReferenceCount () noexcept |
| Increments the object's reference count. | |
| void | decReferenceCount () noexcept |
| Decreases the object's reference count. | |
| bool | decReferenceCountWithoutDeleting () noexcept |
| Decreases the object's reference count. | |
| int | getReferenceCount () const noexcept |
| Returns the object's current reference count. | |
Protected Member Functions | |
| TermPtr | createDestinationTerm (const Scope &scope, const Term *input, double overallTarget, Term *topLevelTerm) const |
Protected Member Functions inherited from juce::SingleThreadedReferenceCountedObject | |
| SingleThreadedReferenceCountedObject ()=default | |
| Creates the reference-counted object (with an initial ref count of zero). | |
| SingleThreadedReferenceCountedObject (const SingleThreadedReferenceCountedObject &) | |
| Copying from another object does not affect this one's reference-count. | |
| SingleThreadedReferenceCountedObject (SingleThreadedReferenceCountedObject &&) | |
| Copying from another object does not affect this one's reference-count. | |
| SingleThreadedReferenceCountedObject & | operator= (const SingleThreadedReferenceCountedObject &) |
| Copying from another object does not affect this one's reference-count. | |
| SingleThreadedReferenceCountedObject & | operator= (SingleThreadedReferenceCountedObject &&) |
| Copying from another object does not affect this one's reference-count. | |
| virtual | ~SingleThreadedReferenceCountedObject () |
| Destructor. | |
Protected Attributes | |
| const TermPtr | left |
| const TermPtr | right |
Definition at line 133 of file juce_Expression.cpp.
Definition at line 136 of file juce_Expression.cpp.
|
protected |
Definition at line 182 of file juce_Expression.cpp.
Reimplemented from juce::Expression::Term.
Definition at line 148 of file juce_Expression.cpp.
|
overridevirtual |
Reimplemented from juce::Expression::Term.
Definition at line 141 of file juce_Expression.cpp.
|
overridevirtual |
Reimplemented from juce::Expression::Term.
Definition at line 147 of file juce_Expression.cpp.
|
overridevirtualnoexcept |
Implements juce::Expression::Term.
Definition at line 146 of file juce_Expression.cpp.
|
overridevirtual |
Implements juce::Expression::Term.
Definition at line 153 of file juce_Expression.cpp.
|
overridevirtual |
Implements juce::Expression::Term.
Definition at line 159 of file juce_Expression.cpp.
|
protected |
Definition at line 180 of file juce_Expression.cpp.
|
protected |
Definition at line 180 of file juce_Expression.cpp.