Vcsn  2.4
Be Rational
vcsn::detail::scc_impl< Aut, auto_tag > Class Template Reference

By default, use Tarjan iterative. More...

#include <scc.hh>

Inheritance diagram for vcsn::detail::scc_impl< Aut, auto_tag >:
Collaboration diagram for vcsn::detail::scc_impl< Aut, auto_tag >:

Private Types

using super_t = scc_impl< Aut, tarjan_iterative_tag >
 

Additional Inherited Members

- Public Types inherited from vcsn::detail::scc_impl< Aut, tarjan_iterative_tag >
using state_t = state_t_of< Aut >
 
using transition_t = transition_t_of< Aut >
 
using component_t = detail::component_t< Aut >
 
using components_t = detail::components_t< Aut >
 
- Public Member Functions inherited from vcsn::detail::scc_impl< Aut, tarjan_iterative_tag >
 scc_impl (const Aut &aut)
 
const components_tcomponents () const
 

Detailed Description

template<Automaton Aut>
class vcsn::detail::scc_impl< Aut, auto_tag >

By default, use Tarjan iterative.

Definition at line 493 of file scc.hh.

Member Typedef Documentation

template<Automaton Aut>
using vcsn::detail::scc_impl< Aut, auto_tag >::super_t = scc_impl<Aut, tarjan_iterative_tag>
private

Definition at line 496 of file scc.hh.


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