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