OpenShot Library | OpenShotAudio  0.2.2
juce::Expression::Symbol Struct Reference

Represents a symbol that is used in an Expression. More...

#include <juce_Expression.h>

Public Member Functions

 Symbol (const String &scopeUID, const String &symbolName)
 
bool operator== (const Symbol &) const noexcept
 
bool operator!= (const Symbol &) const noexcept
 

Public Attributes

String scopeUID
 The unique ID of the Scope that contains this symbol. More...
 
String symbolName
 The name of the symbol. More...
 

Detailed Description

Represents a symbol that is used in an Expression.

Definition at line 189 of file juce_Expression.h.

Member Data Documentation

◆ scopeUID

String juce::Expression::Symbol::scopeUID

The unique ID of the Scope that contains this symbol.

Definition at line 195 of file juce_Expression.h.

Referenced by juce::Expression::getInput().

◆ symbolName

String juce::Expression::Symbol::symbolName

The name of the symbol.

Definition at line 196 of file juce_Expression.h.

Referenced by juce::Expression::getInput(), and juce::Expression::withRenamedSymbol().


The documentation for this struct was generated from the following files: