NewLang Project
Yet another programm language
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Loading...
Searching...
No Matches
newlang::CtxPush Class Reference

#include <context.h>

Public Member Functions

 CtxPush (Context &ctx, const TermID id, const TermPtr &ns)
 
 ~CtxPush ()
 

Public Attributes

Contextm_ctx
 

Detailed Description

Definition at line 291 of file context.h.

Constructor & Destructor Documentation

◆ CtxPush()

newlang::CtxPush::CtxPush ( Context & ctx,
const TermID id,
const TermPtr & ns )
inline

Definition at line 295 of file context.h.

References m_ctx, and newlang::Context::PushScope().

◆ ~CtxPush()

newlang::CtxPush::~CtxPush ( )
inline

Definition at line 299 of file context.h.

References m_ctx, and newlang::Context::PopScope().

Member Data Documentation

◆ m_ctx

Context& newlang::CtxPush::m_ctx

Definition at line 293 of file context.h.

Referenced by CtxPush(), and ~CtxPush().


The documentation for this class was generated from the following file: