Vcsn
2.0
Be Rational
|
#include <memory>
#include <set>
#include <string>
#include <vcsn/ctx/traits.hh>
#include <vcsn/dyn/fwd.hh>
#include <vcsn/core/rat/fwd.hh>
#include <vcsn/dyn/ratexpset.hxx>
Go to the source code of this file.
Classes | |
class | vcsn::dyn::detail::ratexpset_base |
Abstract wrapper around a (typeful) ratexpset. More... | |
class | vcsn::dyn::detail::ratexpset_wrapper< RatExpSet > |
Wrapper around a ratexpset. More... | |
Namespaces | |
vcsn | |
vcsn::dyn | |
FIXME: duplicate code with determinize. | |
vcsn::dyn::detail | |
Functions | |
template<typename RatExpSet > | |
ratexpset | vcsn::dyn::make_ratexpset (const RatExpSet &rs) |
Build a dyn::ratexpset from its static ratexpset. More... | |