JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::Expression::Symbol Struct Reference

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

#include <juce_Expression.h>

Collaboration diagram for juce::Expression::Symbol:

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.

Constructor & Destructor Documentation

◆ Symbol()

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

Member Function Documentation

◆ operator!=()

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

◆ operator==()

bool juce::Expression::Symbol::operator== ( const Symbol ) const
noexcept

Member Data Documentation

◆ scopeUID

String juce::Expression::Symbol::scopeUID

The unique ID of the Scope that contains this symbol.

◆ symbolName

String juce::Expression::Symbol::symbolName

The name of the symbol.


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