Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Static Public Member Functions
rte::RTEToXmlComposer::Formal Class Reference

#include <RTEToXmlComposer.h>

Static Public Member Functions

template<class SymbolType >
static void visit (const FormalRTEAlternation< SymbolType > &alternation, ext::deque< sax::Token > &output)
 
template<class SymbolType >
static void visit (const FormalRTEIteration< SymbolType > &iteration, ext::deque< sax::Token > &output)
 
template<class SymbolType >
static void visit (const FormalRTESubstitution< SymbolType > &substitution, ext::deque< sax::Token > &output)
 
template<class SymbolType >
static void visit (const FormalRTESymbolAlphabet< SymbolType > &symbol, ext::deque< sax::Token > &output)
 
template<class SymbolType >
static void visit (const FormalRTESymbolSubst< SymbolType > &symbol, ext::deque< sax::Token > &output)
 
template<class SymbolType >
static void visit (const FormalRTEEmpty< SymbolType > &empty, ext::deque< sax::Token > &output)
 

Member Function Documentation

◆ visit() [1/6]

template<class SymbolType >
void rte::RTEToXmlComposer::Formal::visit ( const FormalRTEAlternation< SymbolType > &  alternation,
ext::deque< sax::Token > &  output 
)
static
Here is the call graph for this function:

◆ visit() [2/6]

template<class SymbolType >
void rte::RTEToXmlComposer::Formal::visit ( const FormalRTEEmpty< SymbolType > &  empty,
ext::deque< sax::Token > &  output 
)
static

◆ visit() [3/6]

template<class SymbolType >
void rte::RTEToXmlComposer::Formal::visit ( const FormalRTEIteration< SymbolType > &  iteration,
ext::deque< sax::Token > &  output 
)
static
Here is the call graph for this function:

◆ visit() [4/6]

template<class SymbolType >
void rte::RTEToXmlComposer::Formal::visit ( const FormalRTESubstitution< SymbolType > &  substitution,
ext::deque< sax::Token > &  output 
)
static
Here is the call graph for this function:

◆ visit() [5/6]

template<class SymbolType >
void rte::RTEToXmlComposer::Formal::visit ( const FormalRTESymbolAlphabet< SymbolType > &  symbol,
ext::deque< sax::Token > &  output 
)
static
Here is the call graph for this function:

◆ visit() [6/6]

template<class SymbolType >
void rte::RTEToXmlComposer::Formal::visit ( const FormalRTESymbolSubst< SymbolType > &  symbol,
ext::deque< sax::Token > &  output 
)
static
Here is the call graph for this function:

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