Vcsn  2.3a
Be Rational
epsilon-remover-lazy.hh File Reference
Include dependency graph for epsilon-remover-lazy.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vcsn::detail::lazy_proper_automaton_impl< Aut, has_one >
 Build a "lazy proper" automaton from the input with nullable labels. More...
 
class  vcsn::detail::lazy_proper_automaton_impl< Aut, false >
 Specialization for automata with non nullable context. More...
 

Namespaces

 vcsn
 
 vcsn::detail
 

Typedefs

template<Automaton Aut>
using vcsn::lazy_proper_automaton = std::shared_ptr< detail::lazy_proper_automaton_impl< Aut >>