Go to the source code of this file.
|
| 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) |
| |