My Project
|
Data Fields | |
int | size |
node_t ** | hash_table |
char ** | addr_table |
Defines the data structure for the symbol table
char** sym_table::addr_table |
array of character pointers
node_t** sym_table::hash_table |
array of node_t pointers
int sym_table::size |
size of hash table