OpenShot Library | OpenShotAudio
0.2.2
|
Public Member Functions | |
Negate (const TermPtr &t) | |
Type | getType () const noexcept |
int | getInputIndexFor (const Term *possibleInput) const |
int | getNumInputs () const |
Term * | getInput (int index) const |
Term * | clone () const |
TermPtr | resolve (const Scope &scope, int recursionDepth) |
String | getName () const |
TermPtr | negated () |
TermPtr | createTermToEvaluateInput (const Scope &scope, const Term *t, double overallTarget, Term *topLevelTerm) const |
String | toString () const |
![]() | |
virtual double | toDouble () const |
virtual int | getOperatorPrecedence () 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 |
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. More... | |
Additional Inherited Members | |
![]() | |
SingleThreadedReferenceCountedObject ()=default | |
Creates the reference-counted object (with an initial ref count of zero). More... | |
SingleThreadedReferenceCountedObject (const SingleThreadedReferenceCountedObject &) | |
Copying from another object does not affect this one's reference-count. More... | |
SingleThreadedReferenceCountedObject (SingleThreadedReferenceCountedObject &&) | |
Copying from another object does not affect this one's reference-count. More... | |
SingleThreadedReferenceCountedObject & | operator= (const SingleThreadedReferenceCountedObject &) |
Copying from another object does not affect this one's reference-count. More... | |
SingleThreadedReferenceCountedObject & | operator= (SingleThreadedReferenceCountedObject &&) |
Copying from another object does not affect this one's reference-count. More... | |
virtual | ~SingleThreadedReferenceCountedObject () |
Destructor. More... | |
Definition at line 405 of file juce_Expression.cpp.