Vcsn  2.2a
Be Rational
edit-automaton.hh File Reference
#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>
Include dependency graph for edit-automaton.hh:
This graph shows which files directly or indirectly include this file:

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...