![]()  | 
  
    Vcsn
    2.5.dev
    
   Be Rational 
   | 
 
#include <type_traits>#include <vector>#include <vcsn/concepts/automaton.hh>#include <vcsn/core/automaton.hh>#include <vcsn/misc/map.hh>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 | |