Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
vcsn::possibly_labeled_transition_tuple< State, empty_t > Struct Template Reference

#include <transition.hh>

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

Public Types

using label_t = empty_t
 

Public Member Functions

label_t get_label () const
 
void set_label (label_t)
 

Public Attributes

State src
 
State dst
 

Detailed Description

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

Definition at line 30 of file transition.hh.

Member Typedef Documentation

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

Definition at line 35 of file transition.hh.

Member Function Documentation

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

Definition at line 36 of file transition.hh.

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

Definition at line 37 of file transition.hh.

Member Data Documentation

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

Definition at line 33 of file transition.hh.

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

Definition at line 32 of file transition.hh.


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