Vcsn
2.2
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 16 of file transition.hh.
using vcsn::possibly_labeled_transition_tuple< State, Label >::label_t = Label |
Definition at line 18 of file transition.hh.
|
inline |
Definition at line 19 of file transition.hh.
|
inline |
Definition at line 26 of file transition.hh.
References vcsn::possibly_labeled_transition_tuple< State, Label >::label.
|
inline |
Definition at line 27 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 24 of file transition.hh.
|
private |
Definition at line 30 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 23 of file transition.hh.