Vcsn
2.0
Be Rational
|
#include <unordered_map>
#include <vcsn/dyn/automaton.hh>
#include <vcsn/algos/copy.hh>
#include <vcsn/algos/fwd.hh>
#include <vcsn/misc/pair.hh>
#include <vcsn/misc/attributes.hh>
Go to the source code of this file.
Classes | |
class | vcsn::detail::insplitter< Aut > |
Namespaces | |
vcsn | |
vcsn::detail | |
vcsn::dyn | |
FIXME: duplicate code with determinize. | |
vcsn::dyn::detail | |
Functions | |
template<typename Aut > | |
std::enable_if< labelset_t_of < Aut >::has_one(), Aut > ::type | vcsn::detail::insplit (Aut &aut) |
template<typename Aut > | |
std::enable_if<!labelset_t_of < Aut >::has_one(), Aut > ::type | vcsn::detail::insplit (Aut &aut) |
template<typename Aut > | |
auto | vcsn::insplit (const Aut &aut) -> decltype(detail::insplit(aut)) |
template<typename Aut > | |
automaton | vcsn::dyn::detail::insplit (const automaton &aut) |
Bridge. More... | |
vcsn::dyn::detail::REGISTER_DECLARE (insplit,(const automaton &aut) -> automaton) | |