21 template <
class SymbolType >
24 template <
class SymbolType >
36template <
class SymbolType >
41template <
class SymbolType >
55template <
class SymbolType >
65 return a == node.getSubstitutionSymbol ( ).getSymbol ( );
68 if ( it !=
ret.end ( ) ) {
77template <
class SymbolType >
82 ret.insert (
node.getSubstitutionSymbol ( ).getSymbol ( ) );
86template <
class SymbolType >
91template <
class SymbolType >
96template <
class SymbolType >
Definition: ranked_symbol.hpp:20
auto begin() &
Inherited behavior of begin for non-const instance.
Definition: set.hpp:99
auto end() &
Inherited behavior of end for non-const instance.
Definition: set.hpp:129
Definition: GlushkovFirst.h:15
static ext::set< common::ranked_symbol< SymbolType > > first(const rte::FormalRTE< SymbolType > &rte)
Definition: GlushkovFirst.h:37
ext::set< ext::pair< StateType, StateType > > ret(const ext::set< ext::pair< StateType, StateType > > &S, const DeterministicPushdownStoreSymbolType &pdaSymbol, const InputSymbolType &input, const N &nondeterministic)
Definition: RHDPDACommon.h:57
Definition: ToFTAGlushkov.h:22