Vcsn
2.0
Be Rational
|
#include <deque>
#include <iostream>
#include <map>
#include <utility>
#include <vcsn/core/automaton-decorator.hh>
#include <vcsn/ctx/context.hh>
#include <vcsn/ctx/traits.hh>
#include <vcsn/misc/map.hh>
#include <vcsn/misc/tuple.hh>
Go to the source code of this file.
Classes | |
class | vcsn::detail::tuple_automaton_impl< Aut, Auts > |
An automaton whose states are tuples of states of automata. More... | |
Namespaces | |
vcsn | |
vcsn::detail | |
Typedefs | |
template<typename... Auts> | |
using | vcsn::tuple_automaton = std::shared_ptr< detail::tuple_automaton_impl< Auts...>> |
A product automaton as a shared pointer. More... | |
Functions | |
template<typename... Auts> | |
auto | vcsn::make_tuple_automaton (const Auts &...auts) -> tuple_automaton< Auts...> |