Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Public Member Functions
rte::FormalRTEElement< SymbolType >::Visitor Class Referenceabstract

#include <FormalRTEElement.h>

Inheritance diagram for rte::FormalRTEElement< SymbolType >::Visitor:
[legend]

Public Member Functions

virtual ~Visitor () noexcept=default
 
virtual void visit (FormalRTEAlternation< SymbolType > &alternation)=0
 
virtual void visit (FormalRTEIteration< SymbolType > &iteration)=0
 
virtual void visit (FormalRTESubstitution< SymbolType > &substitution)=0
 
virtual void visit (FormalRTESymbolAlphabet< SymbolType > &symbol)=0
 
virtual void visit (FormalRTESymbolSubst< SymbolType > &symbol)=0
 
virtual void visit (FormalRTEEmpty< SymbolType > &empty)=0
 

Constructor & Destructor Documentation

◆ ~Visitor()

template<class SymbolType >
virtual rte::FormalRTEElement< SymbolType >::Visitor::~Visitor ( )
virtualdefaultnoexcept

Member Function Documentation

◆ visit() [1/6]

template<class SymbolType >
virtual void rte::FormalRTEElement< SymbolType >::Visitor::visit ( FormalRTEAlternation< SymbolType > &  alternation)
pure virtual

◆ visit() [2/6]

template<class SymbolType >
virtual void rte::FormalRTEElement< SymbolType >::Visitor::visit ( FormalRTEEmpty< SymbolType > &  empty)
pure virtual

◆ visit() [3/6]

template<class SymbolType >
virtual void rte::FormalRTEElement< SymbolType >::Visitor::visit ( FormalRTEIteration< SymbolType > &  iteration)
pure virtual

◆ visit() [4/6]

template<class SymbolType >
virtual void rte::FormalRTEElement< SymbolType >::Visitor::visit ( FormalRTESubstitution< SymbolType > &  substitution)
pure virtual

◆ visit() [5/6]

template<class SymbolType >
virtual void rte::FormalRTEElement< SymbolType >::Visitor::visit ( FormalRTESymbolAlphabet< SymbolType > &  symbol)
pure virtual

◆ visit() [6/6]

template<class SymbolType >
virtual void rte::FormalRTEElement< SymbolType >::Visitor::visit ( FormalRTESymbolSubst< SymbolType > &  symbol)
pure virtual

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