Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
star.hh File Reference
Include dependency graph for star.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::star_here (Aut &res)
 In place star of a standard automaton. More...
 
template<typename Aut >
Aut::element_type::automaton_nocv_t vcsn::star (const Aut &aut)
 Star of a standard automaton. More...
 
template<typename Aut >
automaton vcsn::dyn::detail::star (const automaton &a)
 Bridge. More...
 
 vcsn::dyn::detail::REGISTER_DECLARE (star,(const automaton &aut) -> automaton)