#include <parser-classes.hpp>
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 |
std::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. |