Ninja
|
An interface for a scope for variable (e.g. "$foo") lookups. More...
#include <eval_env.h>
Public Member Functions | |
virtual string | LookupVariable (const string &var)=0 |
virtual | ~Env () |
An interface for a scope for variable (e.g. "$foo") lookups.
Definition at line 28 of file eval_env.h.
|
inlinevirtual |
Definition at line 29 of file eval_env.h.
|
pure virtual |
Implemented in EdgeEnv, and BindingEnv.
Referenced by EvalString::Evaluate(), BindingEnv::LookupVariable(), and BindingEnv::LookupWithFallback().