TacOS  0.2
 Tout Structures de données Fichiers Fonctions Variables Définitions de type Énumérations Macros
Champs de données
Référence de la structure hashmap_cell_t

#include <hashmap.h>

Graphe de collaboration de hashmap_cell_t:
Collaboration graph
[légende]

Champs de données

struct hashmap_key_t * key
 
struct hashmap_value_t * value
 
struct hashmap_cell_tnext
 

Description détaillée

Pour chaque valeur de hash, on retrouve une liste chainée dont les éléments sont du type hashmap_cell_t.

Documentation des champs

struct hashmap_key_t* hashmap_cell_t::key

Clef.

struct hashmap_cell_t* hashmap_cell_t::next

Élement suivant.

struct hashmap_value_t* hashmap_cell_t::value

Valeur.


La documentation de cette structure a été générée à partir du fichier suivant :