#include <map>
#include "typeenums.h"
#include "buffernode.h"
#include "varname.h"


Go to the source code of this file.
Classes | |
| class | Environment |
| Represents (current) binding of variables to a buffer node. More... | |
Typedefs | |
| typedef map< unsigned, BufferNode * > | Env |
| The underlying map of this object. | |
Header file specifying constructors, destructor and functions for environment.cpp.
Definition in file environment.h.
| map< unsigned, BufferNode * > Env |
The underlying map of this object.
The underlying map of this object, which maps variables to a BufferNode.
Definition at line 48 of file environment.h.
1.5.9