Vcsn  2.3
Be Rational
vcsn::possibly_labeled_transition_tuple< State, empty_t > Struct Template Reference

Transition on empty label. More...

#include <transition.hh>

Collaboration diagram for vcsn::possibly_labeled_transition_tuple< State, empty_t >:

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
 

Detailed Description

template<typename State>
struct vcsn::possibly_labeled_transition_tuple< State, empty_t >

Transition on empty label.

Definition at line 36 of file transition.hh.

Member Typedef Documentation

template<typename State >
using vcsn::possibly_labeled_transition_tuple< State, empty_t >::label_t = empty_t

Definition at line 38 of file transition.hh.

Constructor & Destructor Documentation

template<typename State >
vcsn::possibly_labeled_transition_tuple< State, empty_t >::possibly_labeled_transition_tuple ( State  s,
State  d,
label_t   
)
inline

Definition at line 39 of file transition.hh.

Member Function Documentation

template<typename State >
label_t vcsn::possibly_labeled_transition_tuple< State, empty_t >::get_label ( ) const
inline

Definition at line 46 of file transition.hh.

template<typename State >
void vcsn::possibly_labeled_transition_tuple< State, empty_t >::set_label ( label_t  )
inline

Definition at line 47 of file transition.hh.

Member Data Documentation

template<typename State >
State vcsn::possibly_labeled_transition_tuple< State, empty_t >::dst

Definition at line 44 of file transition.hh.

template<typename State >
State vcsn::possibly_labeled_transition_tuple< State, empty_t >::src

Definition at line 43 of file transition.hh.


The documentation for this struct was generated from the following file: