|  | Vcsn
    2.4
    Be Rational | 
Transition on non-empty label. More...
#include <transition.hh>
| Public Types | |
| using | label_t = Label | 
| Public Member Functions | |
| possibly_labeled_transition_tuple (State s, State d, label_t l) | |
| label_t | get_label () const | 
| void | set_label (label_t &l) | 
| Public Attributes | |
| State | src | 
| State | dst | 
| Private Attributes | |
| Label | label | 
Transition on non-empty label.
Definition at line 17 of file transition.hh.
| using vcsn::possibly_labeled_transition_tuple< State, Label >::label_t = Label | 
Definition at line 19 of file transition.hh.
| 
 | inline | 
Definition at line 20 of file transition.hh.
| 
 | inline | 
Definition at line 27 of file transition.hh.
References vcsn::possibly_labeled_transition_tuple< State, Label >::label.
| 
 | inline | 
Definition at line 28 of file transition.hh.
References vcsn::possibly_labeled_transition_tuple< State, Label >::label.
| State vcsn::possibly_labeled_transition_tuple< State, Label >::dst | 
Definition at line 25 of file transition.hh.
| 
 | private | 
Definition at line 31 of file transition.hh.
Referenced by vcsn::possibly_labeled_transition_tuple< State, Label >::get_label(), and vcsn::possibly_labeled_transition_tuple< State, Label >::set_label().
| State vcsn::possibly_labeled_transition_tuple< State, Label >::src | 
Definition at line 24 of file transition.hh.