#include <parser-structs.h>
Inheritance diagram for n_base:

Public Member Functions | |
| n_base () | |
| ~n_base () | |
Static Public Member Functions | |
| void | delete_us () |
Static Public Attributes | |
| int | count = 0 |
| vector< n_base * > | nodes |
|
|
Default constructor. |
|
|
Destructor. |
|
|
Garbage collect the memory for n_* nodes allocated during parsing. |
|
|
The number of n_* instances allocated and not destroyed. |
|
|
The n_* nodes stored away during parsing for garbage collection. |
1.3.9.1