Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
context.hh File Reference
#include <memory>
#include <string>
#include <vcsn/dyn/fwd.hh>
#include <vcsn/misc/export.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
 FIXME: duplicate code with determinize.
 
 vcsn::dyn::detail
 

Typedefs

using vcsn::dyn::context = std::shared_ptr< const detail::context_base >
 

Functions

template<typename Context >
context vcsn::dyn::make_context (const Context &ctx)