Vcsn  2.2
Be Rational
vcsn::detail::mutable_automaton_impl< Context >::stored_state_t Struct Reference

Data stored for each state. More...

#include <mutable-automaton.hh>

Collaboration diagram for vcsn::detail::mutable_automaton_impl< Context >::stored_state_t:

Public Attributes

tr_cont_t succ
 Outgoing transitions. More...
 
tr_cont_t pred
 Incoming transitions. More...
 

Detailed Description

template<typename Context>
struct vcsn::detail::mutable_automaton_impl< Context >::stored_state_t

Data stored for each state.

Definition at line 68 of file mutable-automaton.hh.

Member Data Documentation

template<typename Context >
tr_cont_t vcsn::detail::mutable_automaton_impl< Context >::stored_state_t::pred

Incoming transitions.

Definition at line 73 of file mutable-automaton.hh.

template<typename Context >
tr_cont_t vcsn::detail::mutable_automaton_impl< Context >::stored_state_t::succ

Outgoing transitions.

Definition at line 71 of file mutable-automaton.hh.

Referenced by vcsn::detail::mutable_automaton_impl< Context >::state_range().


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