Vcsn  2.4
Be Rational
tuple-automaton.hh File Reference
#include <deque>
#include <iostream>
#include <map>
#include <utility>
#include <boost/bimap.hpp>
#include <boost/bimap/unordered_set_of.hpp>
#include <vcsn/core/automaton-decorator.hh>
#include <vcsn/ctx/context.hh>
#include <vcsn/ctx/traits.hh>
#include <vcsn/misc/bimap.hh>
#include <vcsn/misc/map.hh>
#include <vcsn/misc/static-if.hh>
#include <vcsn/misc/tuple.hh>
Include dependency graph for tuple-automaton.hh:
This graph shows which files directly or indirectly include this file:

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<Automaton... Auts>
using vcsn::tuple_automaton = std::shared_ptr< detail::tuple_automaton_impl< Auts... >>
 A tuple automaton as a shared pointer. More...
 

Functions

template<Automaton... Auts>
auto vcsn::make_tuple_automaton (const Auts &...auts) -> tuple_automaton< Auts... >