Data Fields
node Struct Reference

Data Fields

struct nodenext
 
int hash
 
symbol_t symbol
 

Detailed Description

defines data structure used to store nodes in hash table

Field Documentation

int node::hash

hash value - makes searching faster

struct node* node::next

linked list of symbols at same index

symbol_t node::symbol

the data the user is interested in


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