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

#include <transition.hh>

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

Public Types

using weight_t = bool
 
- 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) ATTRIBUTE_PURE
 
- Public Member Functions inherited from vcsn::possibly_labeled_transition_tuple< State, Label >
label_t get_label () const
 
void set_label (label_t &l)
 

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>
struct vcsn::transition_tuple< State, Label, bool >

Definition at line 62 of file transition.hh.

Member Typedef Documentation

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

Definition at line 65 of file transition.hh.

Member Function Documentation

template<class State , class Label >
weight_t vcsn::transition_tuple< State, Label, bool >::get_weight ( ) const
inline

Definition at line 66 of file transition.hh.

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

Definition at line 67 of file transition.hh.


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