Vcsn  2.3
Be Rational
pair.hh File Reference
Include dependency graph for pair.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vcsn::detail::pair_automaton_impl< Aut >
 The pair automaton is used by several algorithms for synchronizing words. More...
 

Namespaces

 vcsn
 
 vcsn::detail
 
 vcsn::dyn
 
 vcsn::dyn::detail
 

Typedefs

template<Automaton Aut>
using vcsn::pair_automaton = std::shared_ptr< detail::pair_automaton_impl< Aut >>
 

Functions

template<Automaton Aut>
pair_automaton< Aut > vcsn::pair (const Aut &aut, bool keep_initials=false)
 
template<Automaton Aut, typename >
automaton vcsn::dyn::detail::pair (const automaton &aut, bool keep_initials)
 Bridge. More...