The node
data structure.
More...
#include <NodeMgr.h>
Data Fields | |
void * | extra_data |
node_val | left |
int | lineno |
struct node * | link |
node_val | right |
short int | type |
The node
data structure.
This data structure allows the implementation of a lisp like s-expression.
link It's a pointer used in the internal hash.
void* node_ptr::extra_data |
node_val node_ptr::left |
int node_ptr::lineno |
struct node* node_ptr::link [read] |
node_val node_ptr::right |
short int node_ptr::type |