OpenShot Audio Library | OpenShotAudio  0.3.1
juce::Expression::Symbol Struct Reference

#include <juce_Expression.h>

Collaboration diagram for juce::Expression::Symbol:
[legend]

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
 
String symbolName
 

Detailed Description

Represents a symbol that is used in an Expression.

Definition at line 185 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 191 of file juce_Expression.h.

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

◆ symbolName

String juce::Expression::Symbol::symbolName

The name of the symbol.

Definition at line 192 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: