|
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 | |
| Constant (double val, bool resolutionTarget) | |
| Type | getType () const noexcept override |
| Term * | clone () const override |
| TermPtr | resolve (const Scope &, int) override |
| double | toDouble () const override |
| TermPtr | negated () override |
| String | toString () const override |
Public Member Functions inherited from juce::Expression::Term | |
| virtual int | getInputIndexFor (const Term *) const |
| virtual int | getOperatorPrecedence () const |
| virtual int | getNumInputs () const |
| virtual Term * | getInput (int) const |
| 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. | |
Public Attributes | |
| double | value |
| bool | isResolutionTarget |
Additional Inherited Members | |
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. | |
Definition at line 107 of file juce_Expression.cpp.
Definition at line 110 of file juce_Expression.cpp.
|
overridevirtual |
Implements juce::Expression::Term.
Definition at line 114 of file juce_Expression.cpp.
|
overridevirtualnoexcept |
Implements juce::Expression::Term.
Definition at line 113 of file juce_Expression.cpp.
|
overridevirtual |
Reimplemented from juce::Expression::Term.
Definition at line 117 of file juce_Expression.cpp.
Implements juce::Expression::Term.
Definition at line 115 of file juce_Expression.cpp.
|
overridevirtual |
Reimplemented from juce::Expression::Term.
Definition at line 116 of file juce_Expression.cpp.
|
overridevirtual |
Implements juce::Expression::Term.
Definition at line 119 of file juce_Expression.cpp.
| bool juce::Expression::Helpers::Constant::isResolutionTarget |
Definition at line 129 of file juce_Expression.cpp.
| double juce::Expression::Helpers::Constant::value |
Definition at line 128 of file juce_Expression.cpp.