![]() |
Vcsn
2.2
Be Rational
|
#include <algorithm>#include <cassert>#include <vector>#include <boost/range/algorithm/find.hpp>#include <boost/range/algorithm/find_if.hpp>#include <boost/range/irange.hpp>#include <vcsn/core/automaton.hh>#include <vcsn/core/fwd.hh>#include <vcsn/core/transition.hh>#include <vcsn/ctx/context.hh>#include <vcsn/ctx/traits.hh>#include <vcsn/misc/crange.hh>#include <vcsn/misc/format.hh>#include <vcsn/misc/index.hh>#include <vcsn/misc/memory.hh>#include <vcsn/misc/symbol.hh>Go to the source code of this file.
Classes | |
| class | vcsn::detail::mutable_automaton_impl< Context > |
| Bidirectional automata. More... | |
| struct | vcsn::detail::mutable_automaton_impl< Context >::state_tag |
| Lightweight state handle (or index). More... | |
| struct | vcsn::detail::mutable_automaton_impl< Context >::transition_tag |
| Lightweight transition handle (or index). More... | |
| struct | vcsn::detail::mutable_automaton_impl< Context >::stored_state_t |
| Data stored for each state. More... | |
Namespaces | |
| vcsn | |
| vcsn::detail | |
Functions | |
| template<typename Context > | |
| mutable_automaton< Context > | vcsn::make_mutable_automaton (const Context &ctx) |
| template<typename Context > | |
| auto | vcsn::make_nullable_automaton (const Context &ctx) |