Vcsn
2.2
Be Rational
|
Transition on empty label. More...
#include <transition.hh>
Public Types | |
using | label_t = empty_t |
Public Member Functions | |
possibly_labeled_transition_tuple (State s, State d, label_t) | |
label_t | get_label () const |
void | set_label (label_t) |
Public Attributes | |
State | src |
State | dst |
Transition on empty label.
Definition at line 35 of file transition.hh.
using vcsn::possibly_labeled_transition_tuple< State, empty_t >::label_t = empty_t |
Definition at line 37 of file transition.hh.
|
inline |
Definition at line 38 of file transition.hh.
|
inline |
Definition at line 45 of file transition.hh.
|
inline |
Definition at line 46 of file transition.hh.
State vcsn::possibly_labeled_transition_tuple< State, empty_t >::dst |
Definition at line 43 of file transition.hh.
State vcsn::possibly_labeled_transition_tuple< State, empty_t >::src |
Definition at line 42 of file transition.hh.