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

#include <transition.hh>

Inheritance diagram for vcsn::possibly_labeled_transition_tuple< State, Label >:
Collaboration diagram for vcsn::possibly_labeled_transition_tuple< State, Label >:

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
 

Detailed Description

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

Definition at line 16 of file transition.hh.

Member Typedef Documentation

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

Definition at line 21 of file transition.hh.

Member Function Documentation

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

Member Data Documentation

template<class State , class Label >
Label vcsn::possibly_labeled_transition_tuple< State, Label >::label
private

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