Vcsn  2.3a
Be Rational
vcsn::detail::scc_impl< Aut, tarjan_iterative_tag >::step_t Struct Reference

Step of one state contain infomation next successor and end iterator(output transitions or successors of this state). More...

Collaboration diagram for vcsn::detail::scc_impl< Aut, tarjan_iterative_tag >::step_t:

Public Member Functions

 step_t (state_t s, iterator_t p, iterator_t e)
 

Public Attributes

state_t state
 
iterator_t pos
 
iterator_t end
 

Detailed Description

template<Automaton Aut>
struct vcsn::detail::scc_impl< Aut, tarjan_iterative_tag >::step_t

Step of one state contain infomation next successor and end iterator(output transitions or successors of this state).

Definition at line 384 of file scc.hh.

Constructor & Destructor Documentation

template<Automaton Aut>
vcsn::detail::scc_impl< Aut, tarjan_iterative_tag >::step_t::step_t ( state_t  s,
iterator_t  p,
iterator_t  e 
)
inline

Definition at line 386 of file scc.hh.

Member Data Documentation

template<Automaton Aut>
iterator_t vcsn::detail::scc_impl< Aut, tarjan_iterative_tag >::step_t::end

Definition at line 390 of file scc.hh.

template<Automaton Aut>
iterator_t vcsn::detail::scc_impl< Aut, tarjan_iterative_tag >::step_t::pos

Definition at line 389 of file scc.hh.

template<Automaton Aut>
state_t vcsn::detail::scc_impl< Aut, tarjan_iterative_tag >::step_t::state

Definition at line 388 of file scc.hh.


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