NewLang Project
Yet another programm language
|
#include <term.h>
Public Member Functions | |
ScopePush (NameLookupStack &scope, TermPtr ns, bool is_function=false) | |
~ScopePush () | |
Public Attributes | |
NameLookupStack & | m_scope |
Вспомогательный класс для автоматического выхода из текущей области видимости
|
inline |
Definition at line 1470 of file term.h.
References newlang::NameLookupStack::PushScope().
|
inline |
Definition at line 1474 of file term.h.
References newlang::NameLookupStack::PopScope().
NameLookupStack& newlang::ScopePush::m_scope |