Vcsn  2.2
Be Rational
thompson.hh File Reference
Include dependency graph for thompson.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vcsn::rat::thompson_visitor< Aut, ExpSet >
 Build a Thompson automaton from an expression. More...
 

Namespaces

 vcsn
 
 vcsn::rat
 
 vcsn::dyn
 
 vcsn::dyn::detail
 

Functions

template<Automaton Aut, typename ExpSet >
Aut vcsn::thompson (const context_t_of< Aut > &ctx, const ExpSet &rs, const typename ExpSet::value_t &r)
 Build a Thompson automaton from an expression. More...
 
template<Automaton Aut, typename ExpSet >
Aut vcsn::thompson (const ExpSet &rs, const typename ExpSet::value_t &r)
 Build a Thompson automaton from an expression. More...
 
template<typename ExpSet >
automaton vcsn::dyn::detail::thompson (const expression &exp)
 Bridge. More...