openshot-audio  0.1.7
Public Member Functions | Public Attributes | List of all members
juce::Expression::Symbol Struct Reference

#include <juce_core.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
 
String symbolName
 

Detailed Description

Represents a symbol that is used in an Expression.

Constructor & Destructor Documentation

◆ Symbol()

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

Member Function Documentation

◆ operator!=()

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

◆ operator==()

bool Expression::Symbol::operator== ( const Symbol other) 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 files: