Vcsn
2.2
Be Rational
|
#include <memory>
#include <string>
#include <vcsn/ctx/fwd.hh>
#include <vcsn/dyn/fwd.hh>
#include <vcsn/misc/export.hh>
#include <vcsn/misc/symbol.hh>
Go to the source code of this file.
Classes | |
class | vcsn::dyn::detail::context_base |
Template-less root for contexts. More... | |
class | vcsn::dyn::detail::context_wrapper< Context > |
A wrapped typed context. More... | |
Namespaces | |
vcsn | |
vcsn::dyn | |
vcsn::dyn::detail | |
Functions | |
template<typename LabelSet , typename WeightSet > | |
context | vcsn::dyn::make_context (const vcsn::context< LabelSet, WeightSet > &ctx) |
Build a dyn::context from a static one. More... | |