Vcsn  2.2
Be Rational
automaton.hh File Reference
#include <memory>
#include <string>
#include <vcsn/dyn/fwd.hh>
#include <vcsn/misc/export.hh>
#include <vcsn/misc/symbol.hh>
Include dependency graph for automaton.hh:

Go to the source code of this file.

Classes

class  vcsn::dyn::detail::automaton_base
 Base class for automata. More...
 
class  vcsn::dyn::detail::automaton_wrapper< Aut >
 A wrapped typed automaton. More...
 

Namespaces

 vcsn
 
 vcsn::dyn
 
 vcsn::dyn::detail
 

Typedefs

using vcsn::dyn::automaton = std::shared_ptr< detail::automaton_base >
 

Functions

template<Automaton Aut>
automaton vcsn::dyn::make_automaton (const Aut &aut)
 Build a dyn::automaton. More...