Vcsn  2.3
Be Rational
transition-map.hh File Reference
#include <type_traits>
#include <vector>
#include <vcsn/concepts/automaton.hh>
#include <vcsn/misc/map.hh>
Include dependency graph for transition-map.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vcsn::detail::transition_map< Aut, WeightSet, Deterministic, AllOut, KeepTransitions >
 Cache the outgoing transitions of an automaton as efficient maps label -> vector<(weight, dst)>. More...
 
struct  vcsn::detail::transition_map< Aut, WeightSet, Deterministic, AllOut, KeepTransitions >::transition_< Weight, KeepTransitions_, Dummy >
 Outgoing signature: weight, destination. More...
 
struct  vcsn::detail::transition_map< Aut, WeightSet, Deterministic, AllOut, KeepTransitions >::transition_< bool, false, Dummy >
 Boolean outgoing signature: destination. More...
 
struct  vcsn::detail::transition_map< Aut, WeightSet, Deterministic, AllOut, KeepTransitions >::transition_< Weight, true, Dummy >
 Weighted outgoing signature: weight, destination, transition identifier. More...
 
struct  vcsn::detail::transition_map< Aut, WeightSet, Deterministic, AllOut, KeepTransitions >::transition_< bool, true, Dummy >
 Boolean outgoing signature: destination, transition identifier. More...
 

Namespaces

 vcsn
 
 vcsn::detail