Vcsn
2.2
Be Rational
|
A wrapped typed context. More...
#include <context.hh>
Public Types | |
using | context_t = Context |
using | super_t = context_base |
Public Member Functions | |
context_wrapper (const context_t &context) | |
virtual symbol | vname () const override |
A description of the context, sufficient to build it. More... | |
const context_t & | context () const |
Public Member Functions inherited from vcsn::dyn::detail::context_base | |
template<typename Ctx > | |
auto & | as () |
Downcast to the exact type. More... | |
template<typename Ctx > | |
auto & | as () const |
Downcast to the exact type. More... | |
Private Attributes | |
const context_t | context_ |
The context. More... | |
A wrapped typed context.
Definition at line 41 of file context.hh.
using vcsn::dyn::detail::context_wrapper< Context >::context_t = Context |
Definition at line 44 of file context.hh.
using vcsn::dyn::detail::context_wrapper< Context >::super_t = context_base |
Definition at line 45 of file context.hh.
|
inline |
Definition at line 47 of file context.hh.
|
inline |
Definition at line 56 of file context.hh.
References vcsn::dyn::detail::context_wrapper< Context >::context_.
Referenced by vcsn::dyn::detail::context_base::as(), and vcsn::dyn::detail::context_wrapper< Context >::vname().
|
inlineoverridevirtual |
A description of the context, sufficient to build it.
Implements vcsn::dyn::detail::context_base.
Definition at line 51 of file context.hh.
References vcsn::dyn::detail::context_wrapper< Context >::context().
|
private |
The context.
Definition at line 63 of file context.hh.
Referenced by vcsn::dyn::detail::context_wrapper< Context >::context().