Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Static Public Member Functions
rte::GlushkovFollow Class Reference

#include <GlushkovFollow.h>

Data Structures

class  Formal
 

Static Public Member Functions

template<class SymbolType >
static ext::map< common::ranked_symbol< ext::pair< SymbolType, unsigned > >, TFollowTuple< SymbolType > > follow (const rte::FormalRTE< ext::pair< SymbolType, unsigned > > &rte)
 

Member Function Documentation

◆ follow()

template<class SymbolType >
ext::map< common::ranked_symbol< ext::pair< SymbolType, unsigned > >, TFollowTuple< SymbolType > > rte::GlushkovFollow::follow ( const rte::FormalRTE< ext::pair< SymbolType, unsigned > > &  rte)
static
Parameters
rerte to probe
Returns
all symbols that can follow specific symbol in tree
Here is the call graph for this function:
Here is the caller graph for this function:

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