My Project
programmer's documentation
|
Structure defining a hash table. More...
#include <mei_hash_table.h>
Data Fields | |
int | n_inter |
int | record |
int | length |
struct item ** | table |
Structure defining a hash table.
Type definition for a hash table.
int length |
length of the hash table
int n_inter |
number of interpreters associated with the current table of symbols
int record |
number of records of the hash table
struct item** table |
'table' is a list of pointers on 'item'