Vcsn
2.0
Be Rational
|
Go to the source code of this file.
Classes | |
class | vcsn::dyn::detail::automaton_base |
Base class for automata. More... | |
class | vcsn::dyn::detail::automaton_wrapper< Aut > |
A wrapped typed automaton. More... | |
Namespaces | |
vcsn | |
vcsn::dyn | |
FIXME: duplicate code with determinize. | |
vcsn::dyn::detail | |
Typedefs | |
using | vcsn::dyn::automaton = std::shared_ptr< detail::automaton_base > |
Functions | |
template<typename Aut > | |
automaton | vcsn::dyn::make_automaton (const Aut &aut) |
Build a dyn::automaton. More... | |