My Project
programmer's documentation
Data Fields
hash_table_t Struct Reference

Structure defining a hash table. More...

#include <mei_hash_table.h>

Collaboration diagram for hash_table_t:
Collaboration graph

Data Fields

int n_inter
 
int record
 
int length
 
struct item ** table
 

Detailed Description

Structure defining a hash table.

Type definition for a hash table.

Field Documentation

◆ length

int length

length of the hash table

◆ n_inter

int n_inter

number of interpreters associated with the current table of symbols

◆ record

int record

number of records of the hash table

◆ table

struct item** table

'table' is a list of pointers on 'item'


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