My Project
programmer's documentation
Data Fields
item Struct Reference

Type definition for each record of the hash table. More...

#include <mei_hash_table.h>

Collaboration diagram for item:
Collaboration graph

Data Fields

char * key
 
mei_flag_t type
 
data_tdata
 
struct itemnext
 

Detailed Description

Type definition for each record of the hash table.

Field Documentation

◆ data

data_t* data

Data of the current record

◆ key

char* key

Pointeur to string

◆ next

struct item* next

Pointer to next element

◆ type

mei_flag_t type

Constant, variable, function,...


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