![]()  | 
  
    Vcsn
    2.4
    
   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 36 of file transition.hh.
| using vcsn::possibly_labeled_transition_tuple< State, empty_t >::label_t = empty_t | 
Definition at line 38 of file transition.hh.
      
  | 
  inline | 
Definition at line 39 of file transition.hh.
      
  | 
  inline | 
Definition at line 46 of file transition.hh.
      
  | 
  inline | 
Definition at line 47 of file transition.hh.
| State vcsn::possibly_labeled_transition_tuple< State, empty_t >::dst | 
Definition at line 44 of file transition.hh.
| State vcsn::possibly_labeled_transition_tuple< State, empty_t >::src | 
Definition at line 43 of file transition.hh.