JUCE  v5.4.1-191-g0ab5e696f
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::Expression::Scope::Visitor Class Referenceabstract

Used as a callback by the Scope::visitRelativeScope() method. More...

#include <juce_Expression.h>

Public Member Functions

virtual ~Visitor ()
 
virtual void visit (const Scope &)=0
 

Detailed Description

Used as a callback by the Scope::visitRelativeScope() method.

You should never create an instance of this class yourself, it's used by the expression evaluation code.

Constructor & Destructor Documentation

◆ ~Visitor()

virtual juce::Expression::Scope::Visitor::~Visitor ( )
inlinevirtual

Member Function Documentation

◆ visit()

virtual void juce::Expression::Scope::Visitor::visit ( const Scope )
pure virtual

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