Vcsn
2.0
Be Rational
|
#include <vcsn/algos/constant-term.hh>
#include <vcsn/core/rat/visitor.hh>
#include <vcsn/ctx/fwd.hh>
#include <vcsn/dyn/ratexp.hh>
#include <vcsn/misc/raise.hh>
Go to the source code of this file.
Classes | |
class | vcsn::rat::star_normal_form_visitor< RatExpSet > |
Namespaces | |
vcsn | |
vcsn::rat | |
vcsn::dyn | |
FIXME: duplicate code with determinize. | |
vcsn::dyn::detail | |
Functions | |
template<typename RatExpSet > | |
RatExpSet::value_t | vcsn::star_normal_form (const RatExpSet &rs, const typename RatExpSet::value_t &e) |
Star_Normal_Forming a typed ratexp shared_ptr. More... | |
template<typename RatExpSet > | |
ratexp | vcsn::dyn::detail::star_normal_form (const ratexp &exp) |
Bridge. More... | |
vcsn::dyn::detail::REGISTER_DECLARE (star_normal_form,(const ratexp &e) -> ratexp) | |