Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
transition-map.hh File Reference
#include <map>
#include <type_traits>
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_< KeepTransitions_, Dummy >
 Outgoing signature: weight, destination. More...
 
struct  vcsn::detail::transition_map< Aut, WeightSet, Deterministic, AllOut, KeepTransitions >::transition_< true, Dummy >
 Outgoing signature: weight, destination, transition identifier. More...
 

Namespaces

 vcsn
 
 vcsn::detail