Vcsn  2.3a
Be Rational
vcsn::detail::transition_map< Aut, WeightSet, Deterministic, AllOut, KeepTransitions >::transition_< Weight, KeepTransitions_, Dummy > Struct Template Reference

Outgoing signature: weight, destination. More...

#include <transition-map.hh>

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

Public Member Functions

 transition_ (weight_t w, state_t d, transition_t)
 
weight_t weight () const
 

Public Attributes

weight_t wgt
 The (converted) weight. More...
 
state_t dst
 

Detailed Description

template<Automaton Aut, typename WeightSet = weightset_t_of<Aut>, bool Deterministic = false, bool AllOut = false, bool KeepTransitions = false>
template<typename Weight = weight_t, bool KeepTransitions_ = false, typename Dummy = void>
struct vcsn::detail::transition_map< Aut, WeightSet, Deterministic, AllOut, KeepTransitions >::transition_< Weight, KeepTransitions_, Dummy >

Outgoing signature: weight, destination.

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

Constructor & Destructor Documentation

template<Automaton Aut, typename WeightSet = weightset_t_of<Aut>, bool Deterministic = false, bool AllOut = false, bool KeepTransitions = false>
template<typename Weight = weight_t, bool KeepTransitions_ = false, typename Dummy = void>
vcsn::detail::transition_map< Aut, WeightSet, Deterministic, AllOut, KeepTransitions >::transition_< Weight, KeepTransitions_, Dummy >::transition_ ( weight_t  w,
state_t  d,
transition_t   
)
inline

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

Member Function Documentation

template<Automaton Aut, typename WeightSet = weightset_t_of<Aut>, bool Deterministic = false, bool AllOut = false, bool KeepTransitions = false>
template<typename Weight = weight_t, bool KeepTransitions_ = false, typename Dummy = void>
weight_t vcsn::detail::transition_map< Aut, WeightSet, Deterministic, AllOut, KeepTransitions >::transition_< Weight, KeepTransitions_, Dummy >::weight ( ) const
inline

Member Data Documentation

template<Automaton Aut, typename WeightSet = weightset_t_of<Aut>, bool Deterministic = false, bool AllOut = false, bool KeepTransitions = false>
template<typename Weight = weight_t, bool KeepTransitions_ = false, typename Dummy = void>
state_t vcsn::detail::transition_map< Aut, WeightSet, Deterministic, AllOut, KeepTransitions >::transition_< Weight, KeepTransitions_, Dummy >::dst
template<Automaton Aut, typename WeightSet = weightset_t_of<Aut>, bool Deterministic = false, bool AllOut = false, bool KeepTransitions = false>
template<typename Weight = weight_t, bool KeepTransitions_ = false, typename Dummy = void>
weight_t vcsn::detail::transition_map< Aut, WeightSet, Deterministic, AllOut, KeepTransitions >::transition_< Weight, KeepTransitions_, Dummy >::wgt

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