JUCE
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Public Attributes
Expression::Symbol Struct Reference

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

List of all members.

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.

Detailed Description

Represents a symbol that is used in an Expression.


Constructor & Destructor Documentation

Expression::Symbol::Symbol ( const String scopeUID,
const String symbolName 
)

Member Function Documentation

bool Expression::Symbol::operator== ( const Symbol ) const
bool Expression::Symbol::operator!= ( const Symbol ) const

Member Data Documentation

The unique ID of the Scope that contains this symbol.

The name of the symbol.


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