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

#include <transition.hh>

Inheritance diagram for vcsn::transition_tuple< State, Label, Weight >:
Collaboration diagram for vcsn::transition_tuple< State, Label, Weight >:

Public Types

using weight_t = Weight
 
- Public Types inherited from vcsn::possibly_labeled_transition_tuple< State, Label >
using label_t = Label
 

Public Member Functions

weight_t get_weight () const
 
void set_weight (weight_t &k)
 
- Public Member Functions inherited from vcsn::possibly_labeled_transition_tuple< State, Label >
label_t get_label () const
 
void set_label (label_t &l)
 

Private Attributes

weight_t weight
 

Additional Inherited Members

- Public Attributes inherited from vcsn::possibly_labeled_transition_tuple< State, Label >
State src
 
State dst
 

Detailed Description

template<class State, class Label, class Weight>
struct vcsn::transition_tuple< State, Label, Weight >

Definition at line 46 of file transition.hh.

Member Typedef Documentation

template<class State , class Label , class Weight >
using vcsn::transition_tuple< State, Label, Weight >::weight_t = Weight

Definition at line 49 of file transition.hh.

Member Function Documentation

template<class State , class Label , class Weight >
weight_t vcsn::transition_tuple< State, Label, Weight >::get_weight ( ) const
inline
template<class State , class Label , class Weight >
void vcsn::transition_tuple< State, Label, Weight >::set_weight ( weight_t k)
inline

Member Data Documentation

template<class State , class Label , class Weight >
weight_t vcsn::transition_tuple< State, Label, Weight >::weight
private

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