|
OpenShot Library | OpenShotAudio
0.2.2
|
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. | |
| String | symbolName |
| The name of the symbol. | |
Represents a symbol that is used in an Expression.
Definition at line 189 of file juce_Expression.h.