OpenShot Library | OpenShotAudio
0.2.2
|
Public Member Functions | |
SymbolTerm (const String &sym) | |
TermPtr | resolve (const Scope &scope, int recursionDepth) |
Type | getType () const noexcept |
Term * | clone () const |
String | toString () const |
String | getName () const |
void | visitAllSymbols (SymbolVisitor &visitor, const Scope &scope, int recursionDepth) |
void | renameSymbol (const Symbol &oldSymbol, const String &newName, const Scope &scope, int) |
![]() | |
virtual double | toDouble () const |
virtual int | getInputIndexFor (const Term *) const |
virtual int | getOperatorPrecedence () const |
virtual int | getNumInputs () const |
virtual Term * | getInput (int) const |
virtual ReferenceCountedObjectPtr< Term > | negated () |
virtual ReferenceCountedObjectPtr< Term > | createTermToEvaluateInput (const Scope &, const Term *, double, Term *) const |
![]() | |
void | incReferenceCount () noexcept |
Increments the object's reference count. More... | |
void | decReferenceCount () noexcept |
Decreases the object's reference count. More... | |
bool | decReferenceCountWithoutDeleting () noexcept |
Decreases the object's reference count. More... | |
int | getReferenceCount () const noexcept |
Returns the object's current reference count. | |
Public Attributes | |
String | symbol |
Additional Inherited Members | |
![]() | |
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 196 of file juce_Expression.cpp.