![]() |
Vcsn
2.2a
Be Rational
|
#include <algorithm>#include <memory>#include <vcsn/core/automaton.hh>#include <vcsn/dyn/cast.hh>#include <vcsn/dyn/fwd.hh>#include <vcsn/misc/export.hh>#include <vcsn/misc/symbol.hh>Go to the source code of this file.
Classes | |
| class | vcsn::dyn::detail::automaton |
| A dyn automaton. More... | |
| struct | vcsn::dyn::detail::automaton::base |
| Abstract wrapped typed automaton. More... | |
| struct | vcsn::dyn::detail::automaton::model< Aut > |
| A wrapped typed automaton. More... | |
Namespaces | |
| vcsn | |
| vcsn::dyn | |
| vcsn::dyn::detail | |
Typedefs | |
| using | vcsn::dyn::automaton = detail::automaton |
Functions | |
| template<Automaton Aut> | |
| automaton | vcsn::dyn::make_automaton (const Aut &aut) |
| Build a dyn::automaton. More... | |