Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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, RatExpSet >
 Build a Thompson automaton from a ratexp. More...
 

Namespaces

 vcsn
 
 vcsn::rat
 
 vcsn::dyn
 FIXME: duplicate code with determinize.
 
 vcsn::dyn::detail
 

Functions

template<typename Aut , typename RatExpSet >
Aut vcsn::thompson (const context_t_of< Aut > &ctx, const RatExpSet &rs, const typename RatExpSet::value_t &r)
 Build a Thompson automaton from a ratexp. More...
 
template<typename Aut , typename RatExpSet >
Aut vcsn::thompson (const RatExpSet &rs, const typename RatExpSet::value_t &r)
 Build a Thompson automaton from a ratexp. More...
 
template<typename RatExpSet >
automaton vcsn::dyn::detail::thompson (const ratexp &exp)
 Bridge. More...
 
 vcsn::dyn::detail::REGISTER_DECLARE (thompson,(const ratexp &e) -> automaton)