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