Vcsn
2.0
Be Rational
|
#include <transition.hh>
Public Types | |
using | label_t = Label |
Public Member Functions | |
label_t | get_label () const |
void | set_label (label_t &l) |
Public Attributes | |
State | src |
State | dst |
Private Attributes | |
Label | label |
Definition at line 16 of file transition.hh.
using vcsn::possibly_labeled_transition_tuple< State, Label >::label_t = Label |
Definition at line 21 of file transition.hh.
|
inline |
Definition at line 22 of file transition.hh.
References vcsn::possibly_labeled_transition_tuple< State, Label >::label.
|
inline |
Definition at line 23 of file transition.hh.
References vcsn::possibly_labeled_transition_tuple< State, Label >::label.
Referenced by vcsn::detail::mutable_automaton_impl< Context >::new_transition(), and vcsn::detail::mutable_automaton_impl< Context >::set_transition().
State vcsn::possibly_labeled_transition_tuple< State, Label >::dst |
Definition at line 19 of file transition.hh.
Referenced by vcsn::detail::mutable_automaton_impl< Context >::del_transition_from_dst(), and vcsn::detail::mutable_automaton_impl< Context >::new_transition().
|
private |
Definition at line 26 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 18 of file transition.hh.
Referenced by vcsn::detail::mutable_automaton_impl< Context >::del_transition_from_src(), and vcsn::detail::mutable_automaton_impl< Context >::new_transition().