Vcsn  2.2a
Be Rational
context.hh File Reference
#include <memory>
#include <string>
#include <vcsn/ctx/fwd.hh>
#include <vcsn/dyn/fwd.hh>
#include <vcsn/misc/export.hh>
#include <vcsn/misc/symbol.hh>
Include dependency graph for context.hh:
This graph shows which files directly or indirectly include this file:

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...