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_< 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_< KeepTransitions_, Dummy >:

Public Member Functions

 transition_ (weight_t w, state_t d, transition_t)
 

Public Attributes

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

Detailed Description

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

Outgoing signature: weight, destination.

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

Constructor & Destructor Documentation

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

Definition at line 45 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<bool KeepTransitions_ = false, typename Dummy = void>
state_t vcsn::detail::transition_map< Aut, WeightSet, Deterministic, AllOut, KeepTransitions >::transition_< KeepTransitions_, Dummy >::dst
template<typename Aut, typename WeightSet = weightset_t_of<Aut>, bool Deterministic = false, bool AllOut = false, bool KeepTransitions = false>
template<bool KeepTransitions_ = false, typename Dummy = void>
weight_t vcsn::detail::transition_map< Aut, WeightSet, Deterministic, AllOut, KeepTransitions >::transition_< KeepTransitions_, Dummy >::wgt

The (converted) weight.

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

Referenced by vcsn::detail::composer< Lhs, Rhs >::add_compose_transitions().


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