|
NewLang Project
Yet another programm language
|
#include <context.h>
Public Member Functions | |
| CtxPush (Context &ctx, const TermID id, const TermPtr &ns) | |
| ~CtxPush () | |
Public Attributes | |
| Context & | m_ctx |
Definition at line 295 of file context.h.
References m_ctx, and newlang::Context::PushScope().
|
inline |
Definition at line 299 of file context.h.
References m_ctx, and newlang::Context::PopScope().
| Context& newlang::CtxPush::m_ctx |
Definition at line 293 of file context.h.
Referenced by CtxPush(), and ~CtxPush().