Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Static Public Member Functions
rte::GlushkovIndexate::Formal< SymbolType > Class Template Reference

#include <GlushkovIndexate.h>

Static Public Member Functions

static ext::ptr_value< FormalRTEElement< ext::pair< SymbolType, unsigned > > > visit (const rte::FormalRTEAlternation< SymbolType > &node, unsigned &i)
 
static ext::ptr_value< FormalRTEElement< ext::pair< SymbolType, unsigned > > > visit (const rte::FormalRTESubstitution< SymbolType > &node, unsigned &i)
 
static ext::ptr_value< FormalRTEElement< ext::pair< SymbolType, unsigned > > > visit (const rte::FormalRTEIteration< SymbolType > &node, unsigned &i)
 
static ext::ptr_value< FormalRTEElement< ext::pair< SymbolType, unsigned > > > visit (const rte::FormalRTESymbolAlphabet< SymbolType > &node, unsigned &i)
 
static ext::ptr_value< FormalRTEElement< ext::pair< SymbolType, unsigned > > > visit (const rte::FormalRTESymbolSubst< SymbolType > &node, unsigned &i)
 
static ext::ptr_value< FormalRTEElement< ext::pair< SymbolType, unsigned > > > visit (const rte::FormalRTEEmpty< SymbolType > &node, unsigned &i)
 

Member Function Documentation

◆ visit() [1/6]

template<class SymbolType >
ext::ptr_value< FormalRTEElement< ext::pair< SymbolType, unsigned > > > rte::GlushkovIndexate::Formal< SymbolType >::visit ( const rte::FormalRTEAlternation< SymbolType > &  node,
unsigned &  i 
)
static

◆ visit() [2/6]

template<class SymbolType >
ext::ptr_value< FormalRTEElement< ext::pair< SymbolType, unsigned > > > rte::GlushkovIndexate::Formal< SymbolType >::visit ( const rte::FormalRTEEmpty< SymbolType > &  node,
unsigned &  i 
)
static

◆ visit() [3/6]

template<class SymbolType >
ext::ptr_value< FormalRTEElement< ext::pair< SymbolType, unsigned > > > rte::GlushkovIndexate::Formal< SymbolType >::visit ( const rte::FormalRTEIteration< SymbolType > &  node,
unsigned &  i 
)
static
Here is the call graph for this function:

◆ visit() [4/6]

template<class SymbolType >
ext::ptr_value< FormalRTEElement< ext::pair< SymbolType, unsigned > > > rte::GlushkovIndexate::Formal< SymbolType >::visit ( const rte::FormalRTESubstitution< SymbolType > &  node,
unsigned &  i 
)
static
Here is the call graph for this function:

◆ visit() [5/6]

template<class SymbolType >
ext::ptr_value< FormalRTEElement< ext::pair< SymbolType, unsigned > > > rte::GlushkovIndexate::Formal< SymbolType >::visit ( const rte::FormalRTESymbolAlphabet< SymbolType > &  node,
unsigned &  i 
)
static
Here is the call graph for this function:

◆ visit() [6/6]

template<class SymbolType >
ext::ptr_value< FormalRTEElement< ext::pair< SymbolType, unsigned > > > rte::GlushkovIndexate::Formal< SymbolType >::visit ( const rte::FormalRTESymbolSubst< SymbolType > &  node,
unsigned &  i 
)
static
Here is the call graph for this function:

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