Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages   Examples  

hashmap_entry Struct Reference

This is really a variable-size structure. More...

#include <hashmap.h>

Collaboration diagram for hashmap_entry:

Collaboration graph
[legend]
List of all members.

Detailed Description

This is really a variable-size structure.

It starts with two pointers, which is all we declare here. The first one points to the next entry in this hash-bucket. The second one points to the first byte of the value data. Between the end of the second pointer and the start of the value data is the key data.

Definition at line 26 of file hashmap.h.


Home to blindfold. This page generated via doxygen 1.2.11.1 Wed Oct 10 16:40:35 2001.