Vcsn
2.3
Be Rational
|
#include <vcsn/algos/epsilon-remover-separate.hh>
#include <vcsn/algos/transpose.hh>
#include <vcsn/ctx/traits.hh>
#include <vcsn/core/automaton.hh>
#include <vcsn/core/automaton-decorator.hh>
#include <vcsn/misc/symbol.hh>
#include <vcsn/misc/raise.hh>
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 >> |