#include <env.h>
Collaboration diagram for Environment::Array:
Public Methods | |
Array (int=2) | |
uint | Number () |
Environment * | Ref (uint index) |
void | Append (Environment *) |
Private Attributes | |
uint | num |
uint | size |
Environment ** | array |
|
|
|
Definition at line 655 of file env.cc. References array, num, and size. Referenced by Environment::RecordNamespace(). |
|
Definition at line 99 of file env.h. References uint. Referenced by Environment::LookupNamespace(), Environment::LookupNamespace0(), and Environment::SearchBaseOrUsing(). |
|
Definition at line 668 of file env.cc. References array, num, and uint. Referenced by Environment::LookupNamespace(), Environment::LookupNamespace0(), and Environment::SearchBaseOrUsing(). |
|
|
|
|
|
|