My Project
programmer's documentation
|
Type definition for each record of the hash table. More...
#include <mei_hash_table.h>
Data Fields | |
char * | key |
mei_flag_t | type |
data_t * | data |
struct item * | next |
Type definition for each record of the hash table.
data_t* data |
Data of the current record
char* key |
Pointeur to string
struct item* next |
Pointer to next element
mei_flag_t type |
Constant, variable, function,...