Represents a symbol that is used in an Expression.
More...
#include <juce_Expression.h>
Represents a symbol that is used in an Expression.
◆ Symbol()
Expression::Symbol::Symbol |
( |
const String & | scopeUID, |
|
|
const String & | symbolName ) |
◆ operator==()
bool Expression::Symbol::operator== |
( |
const Symbol & | | ) |
const |
|
noexcept |
◆ operator!=()
bool Expression::Symbol::operator!= |
( |
const Symbol & | | ) |
const |
|
noexcept |
◆ scopeUID
String Expression::Symbol::scopeUID |
The unique ID of the Scope that contains this symbol.
◆ symbolName
String Expression::Symbol::symbolName |
The documentation for this struct was generated from the following file: