Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
insplit.hh File Reference
#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>
Include dependency graph for insplit.hh:
This graph shows which files directly or indirectly include this file:

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)