Vcsn
2.4
Be Rational
|
#include <tuple>
#include <unordered_map>
#include <utility>
#include <vector>
#include <vcsn/core/name-automaton.hh>
#include <vcsn/ctx/context.hh>
#include <vcsn/ctx/fwd.hh>
#include <vcsn/dyn/algos.hh>
#include <vcsn/dyn/automaton.hh>
#include <vcsn/dyn/context.hh>
#include <vcsn/dyn/fwd.hh>
#include <vcsn/misc/symbol.hh>
#include <vcsn/misc/raise.hh>
#include <vcsn/misc/stream.hh>
#include <vcsn/weightset/polynomialset.hh>
Go to the source code of this file.
Classes | |
class | vcsn::automaton_editor |
Abstract Builder (the design pattern) for automata. More... | |
class | vcsn::edit_automaton< Aut > |
Concrete Builder (the design pattern) for automata. More... | |
class | vcsn::lazy_automaton_editor |
Build an automaton with unknown context. More... | |
Namespaces | |
vcsn | |
vcsn::dyn | |
vcsn::dyn::detail | |
Functions | |
template<typename Ctx > | |
automaton_editor * | vcsn::dyn::detail::make_automaton_editor (const context &ctx) |
Bridge. More... | |