struct_hashtable_entry_t Struct Reference

The structure of a hashtable's entry. More...

#include <lib/utils/include/hashtable.h>


Data Fields

void * key
void * data


Detailed Description

The structure of a hashtable's entry.

This structure defines a hashtable entry, i.e. some data and its associated key.

Definition at line 110 of file hashtable.h.


Field Documentation

Key associated to this entry, as a pointer to void.

Definition at line 114 of file hashtable.h.

Data associated to this entry, as a pointer to void.

Definition at line 118 of file hashtable.h.


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

Generated on Fri Jun 17 11:10:12 2011 for TIFA by Doxygen 1.5.5