My Project
Data Fields
sym_table Struct Reference

Data Fields

int size
 
node_t ** hash_table
 
char ** addr_table
 

Detailed Description

Defines the data structure for the symbol table

Field Documentation

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


The documentation for this struct was generated from the following file: