|
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.
| virtual Env::~Env | ( | ) | [inline, virtual] |
Definition at line 29 of file eval_env.h.
| virtual string Env::LookupVariable | ( | const string & | var | ) | [pure virtual] |
Implemented in EdgeEnv, and BindingEnv.
Referenced by EvalString::Evaluate(), BindingEnv::LookupVariable(), and BindingEnv::LookupWithFallback().
1.7.6.1