Fabrique

A build language for complex systems

 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
fabrique::ast::EvalContext::AlternateScoping Class Reference

An object that represents the use of an alternative scope stack and that will restore the original stack on destruction. More...

#include <EvalContext.h>

Public Member Functions

 AlternateScoping (AlternateScoping &&)
 

Friends

class EvalContext
 

Detailed Description

An object that represents the use of an alternative scope stack and that will restore the original stack on destruction.

For instance, when calling a function, we need to switch to the function definition's stack rather than the

Definition at line 119 of file EvalContext.h.


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