Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
vcsn::detail::transition_map< Aut, WeightSet, Deterministic, AllOut, KeepTransitions >::transition_< true, Dummy > Struct Template Reference

Outgoing signature: weight, destination, transition identifier. More...

#include <transition-map.hh>

Collaboration diagram for vcsn::detail::transition_map< Aut, WeightSet, Deterministic, AllOut, KeepTransitions >::transition_< true, Dummy >:

Public Attributes

weight_t wgt
 The (converted) weight. More...
 
state_t dst
 
transition_t_of< Aut > transition
 

Detailed Description

template<typename Aut, typename WeightSet = weightset_t_of<Aut>, bool Deterministic = false, bool AllOut = false, bool KeepTransitions = false>
template<typename Dummy>
struct vcsn::detail::transition_map< Aut, WeightSet, Deterministic, AllOut, KeepTransitions >::transition_< true, Dummy >

Outgoing signature: weight, destination, transition identifier.

Definition at line 57 of file transition-map.hh.

Member Data Documentation

template<typename Aut, typename WeightSet = weightset_t_of<Aut>, bool Deterministic = false, bool AllOut = false, bool KeepTransitions = false>
template<typename Dummy >
state_t vcsn::detail::transition_map< Aut, WeightSet, Deterministic, AllOut, KeepTransitions >::transition_< true, Dummy >::dst

Definition at line 61 of file transition-map.hh.

template<typename Aut, typename WeightSet = weightset_t_of<Aut>, bool Deterministic = false, bool AllOut = false, bool KeepTransitions = false>
template<typename Dummy >
transition_t_of<Aut> vcsn::detail::transition_map< Aut, WeightSet, Deterministic, AllOut, KeepTransitions >::transition_< true, Dummy >::transition

Definition at line 62 of file transition-map.hh.

template<typename Aut, typename WeightSet = weightset_t_of<Aut>, bool Deterministic = false, bool AllOut = false, bool KeepTransitions = false>
template<typename Dummy >
weight_t vcsn::detail::transition_map< Aut, WeightSet, Deterministic, AllOut, KeepTransitions >::transition_< true, Dummy >::wgt

The (converted) weight.

Definition at line 60 of file transition-map.hh.


The documentation for this struct was generated from the following file: