Vcsn
2.2
Be Rational
|
Transition with label and non Boolean weight. More...
#include <transition.hh>
Public Types | |
using | super_t = possibly_labeled_transition_tuple< State, Label > |
using | weight_t = Weight |
Public Types inherited from vcsn::possibly_labeled_transition_tuple< State, Label > | |
using | label_t = Label |
Public Member Functions | |
transition_tuple (State s, State d, Label l, weight_t w) | |
weight_t | get_weight () const |
void | set_weight (weight_t &k) |
Public Member Functions inherited from vcsn::possibly_labeled_transition_tuple< State, Label > | |
possibly_labeled_transition_tuple (State s, State d, label_t l) | |
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 |
Transition with label and non Boolean weight.
Definition at line 56 of file transition.hh.
using vcsn::transition_tuple< State, Label, Weight >::super_t = possibly_labeled_transition_tuple<State, Label> |
Definition at line 59 of file transition.hh.
using vcsn::transition_tuple< State, Label, Weight >::weight_t = Weight |
Definition at line 60 of file transition.hh.
|
inline |
Definition at line 61 of file transition.hh.
|
inline |
Definition at line 66 of file transition.hh.
References vcsn::transition_tuple< State, Label, Weight >::weight.
|
inline |
Definition at line 67 of file transition.hh.
References vcsn::transition_tuple< State, Label, Weight >::weight.
|
private |
Definition at line 70 of file transition.hh.
Referenced by vcsn::transition_tuple< State, Label, Weight >::get_weight(), and vcsn::transition_tuple< State, Label, Weight >::set_weight().