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

#include <GlushkovIndexate.h>

Static Public Member Functions

static ext::ptr_value< regexp::UnboundedRegExpElement< ext::pair< SymbolType, unsigned > > > visit (const regexp::UnboundedRegExpAlternation< SymbolType > &alternation, unsigned &i)
 
static ext::ptr_value< regexp::UnboundedRegExpElement< ext::pair< SymbolType, unsigned > > > visit (const regexp::UnboundedRegExpConcatenation< SymbolType > &concatenation, unsigned &i)
 
static ext::ptr_value< regexp::UnboundedRegExpElement< ext::pair< SymbolType, unsigned > > > visit (const regexp::UnboundedRegExpIteration< SymbolType > &iteration, unsigned &i)
 
static ext::ptr_value< regexp::UnboundedRegExpElement< ext::pair< SymbolType, unsigned > > > visit (const regexp::UnboundedRegExpSymbol< SymbolType > &symbol, unsigned &i)
 
static ext::ptr_value< regexp::UnboundedRegExpElement< ext::pair< SymbolType, unsigned > > > visit (const regexp::UnboundedRegExpEpsilon< SymbolType > &epsilon, unsigned &i)
 
static ext::ptr_value< regexp::UnboundedRegExpElement< ext::pair< SymbolType, unsigned > > > visit (const regexp::UnboundedRegExpEmpty< SymbolType > &empty, unsigned &i)
 

Member Function Documentation

◆ visit() [1/6]

template<class SymbolType >
ext::ptr_value< regexp::UnboundedRegExpElement< ext::pair< SymbolType, unsigned > > > regexp::GlushkovIndexate::Unbounded< SymbolType >::visit ( const regexp::UnboundedRegExpAlternation< SymbolType > &  alternation,
unsigned &  i 
)
static
Here is the call graph for this function:

◆ visit() [2/6]

template<class SymbolType >
ext::ptr_value< regexp::UnboundedRegExpElement< ext::pair< SymbolType, unsigned > > > regexp::GlushkovIndexate::Unbounded< SymbolType >::visit ( const regexp::UnboundedRegExpConcatenation< SymbolType > &  concatenation,
unsigned &  i 
)
static
Here is the call graph for this function:

◆ visit() [3/6]

template<class SymbolType >
ext::ptr_value< regexp::UnboundedRegExpElement< ext::pair< SymbolType, unsigned > > > regexp::GlushkovIndexate::Unbounded< SymbolType >::visit ( const regexp::UnboundedRegExpEmpty< SymbolType > &  empty,
unsigned &  i 
)
static

◆ visit() [4/6]

template<class SymbolType >
ext::ptr_value< regexp::UnboundedRegExpElement< ext::pair< SymbolType, unsigned > > > regexp::GlushkovIndexate::Unbounded< SymbolType >::visit ( const regexp::UnboundedRegExpEpsilon< SymbolType > &  epsilon,
unsigned &  i 
)
static

◆ visit() [5/6]

template<class SymbolType >
ext::ptr_value< regexp::UnboundedRegExpElement< ext::pair< SymbolType, unsigned > > > regexp::GlushkovIndexate::Unbounded< SymbolType >::visit ( const regexp::UnboundedRegExpIteration< SymbolType > &  iteration,
unsigned &  i 
)
static

◆ visit() [6/6]

template<class SymbolType >
ext::ptr_value< regexp::UnboundedRegExpElement< ext::pair< SymbolType, unsigned > > > regexp::GlushkovIndexate::Unbounded< SymbolType >::visit ( const regexp::UnboundedRegExpSymbol< SymbolType > &  symbol,
unsigned &  i 
)
static
Here is the call graph for this function:

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