Vcsn
2.0
Be Rational
|
#include <transition.hh>
Public Types | |
using | weight_t = Weight |
Public Types inherited from vcsn::possibly_labeled_transition_tuple< State, Label > | |
using | label_t = Label |
Public Member Functions | |
weight_t | get_weight () const |
void | set_weight (weight_t &k) |
Public Member Functions inherited from vcsn::possibly_labeled_transition_tuple< State, Label > | |
label_t | get_label () const |
void | set_label (label_t &l) |
Private Attributes | |
weight_t | weight |
Additional Inherited Members | |
Public Attributes inherited from vcsn::possibly_labeled_transition_tuple< State, Label > | |
State | src |
State | dst |
Definition at line 46 of file transition.hh.
using vcsn::transition_tuple< State, Label, Weight >::weight_t = Weight |
Definition at line 49 of file transition.hh.
|
inline |
Definition at line 50 of file transition.hh.
References vcsn::transition_tuple< State, Label, Weight >::weight.
|
inline |
Definition at line 51 of file transition.hh.
References vcsn::transition_tuple< State, Label, Weight >::weight.
Referenced by vcsn::detail::mutable_automaton_impl< Context >::new_transition(), and vcsn::detail::mutable_automaton_impl< Context >::set_transition().
|
private |
Definition at line 54 of file transition.hh.
Referenced by vcsn::transition_tuple< State, Label, Weight >::get_weight(), and vcsn::transition_tuple< State, Label, Weight >::set_weight().