OpenShot Library | libopenshot-audio  0.2.0
juce::Expression::Helpers::Function Class Reference
+ Inheritance diagram for juce::Expression::Helpers::Function:

Public Member Functions

 Function (const String &name)
 
 Function (const String &name, const Array< Expression > &params)
 
Type getType () const noexcept
 
Termclone () const
 
int getNumInputs () const
 
TermgetInput (int i) const
 
String getName () const
 
TermPtr resolve (const Scope &scope, int recursionDepth)
 
int getInputIndexFor (const Term *possibleInput) const
 
String toString () const
 
- Public Member Functions inherited from juce::Expression::Term
virtual double toDouble () const
 
virtual int getOperatorPrecedence () const
 
virtual ReferenceCountedObjectPtr< Termnegated ()
 
virtual ReferenceCountedObjectPtr< TermcreateTermToEvaluateInput (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)
 
- Public Member Functions inherited from juce::SingleThreadedReferenceCountedObject
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

const String functionName
 
Array< Expressionparameters
 

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.
 
SingleThreadedReferenceCountedObjectoperator= (const SingleThreadedReferenceCountedObject &)
 Copying from another object does not affect this one's reference-count.
 
SingleThreadedReferenceCountedObjectoperator= (SingleThreadedReferenceCountedObject &&)
 Copying from another object does not affect this one's reference-count.
 
virtual ~SingleThreadedReferenceCountedObject ()
 Destructor.
 

Detailed Description

Definition at line 229 of file juce_Expression.cpp.


The documentation for this class was generated from the following file: