Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
complete.hh File Reference
#include <queue>
#include <unordered_map>
#include <vcsn/algos/copy.hh>
#include <vcsn/dyn/automaton.hh>
#include <vcsn/dyn/fwd.hh>
#include <vcsn/misc/unordered_set.hh>
Include dependency graph for complete.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 vcsn
 
 vcsn::dyn
 FIXME: duplicate code with determinize.
 
 vcsn::dyn::detail
 

Functions

template<typename Aut >
Aut & vcsn::complete_here (Aut &aut)
 Complete aut and return it. More...
 
template<typename Aut >
auto vcsn::complete (const Aut &aut) -> decltype(::vcsn::copy(aut))
 
template<typename Aut >
automaton vcsn::dyn::detail::complete (const automaton &aut)
 Bridge. More...
 
 vcsn::dyn::detail::REGISTER_DECLARE (complete,(const automaton &aut) -> automaton)