Vcsn
2.0
Be Rational
|
#include <algorithm>
#include <cassert>
#include <vector>
#include <boost/range/irange.hpp>
#include <vcsn/core/crange.hh>
#include <vcsn/core/fwd.hh>
#include <vcsn/core/transition.hh>
#include <vcsn/ctx/context.hh>
#include <vcsn/ctx/traits.hh>
#include <vcsn/misc/memory.hh>
Go to the source code of this file.
Classes | |
class | vcsn::detail::mutable_automaton_impl< Context > |
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) |