Vcsn  2.1
Be Rational
vcsn::detail::scc_tarjan_iterative_impl< Aut >::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_tarjan_iterative_impl< Aut >::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<typename Aut>
struct vcsn::detail::scc_tarjan_iterative_impl< Aut >::step_t

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

Definition at line 363 of file scc.hh.

Constructor & Destructor Documentation

template<typename Aut >
vcsn::detail::scc_tarjan_iterative_impl< Aut >::step_t::step_t ( state_t  s,
iterator_t  p,
iterator_t  e 
)
inline

Definition at line 365 of file scc.hh.

Member Data Documentation

template<typename Aut >
iterator_t vcsn::detail::scc_tarjan_iterative_impl< Aut >::step_t::end

Definition at line 369 of file scc.hh.

template<typename Aut >
iterator_t vcsn::detail::scc_tarjan_iterative_impl< Aut >::step_t::pos

Definition at line 368 of file scc.hh.

template<typename Aut >
state_t vcsn::detail::scc_tarjan_iterative_impl< Aut >::step_t::state

Definition at line 367 of file scc.hh.


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