Main Page   Modules   Compound List   File List   Compound Members   File Members   Related Pages  

lib/hash.h File Reference

Hash table implemenation. More...

Go to the source code of this file.

Typedefs

typedef struct hashTable_shashTable
typedef unsigned int (* hashFunctionType )(const void * string)
typedef int (* hashEqualityType )(const void * key1, const void * key2)


Detailed Description

Hash table implemenation.

Definition in file hash.h.


Typedef Documentation

typedef int (* hashEqualityType)(const void * key1, const void * key2)
 

Definition at line 17 of file hash.h.

typedef unsigned int (* hashFunctionType)(const void * string)
 

Definition at line 15 of file hash.h.

typedef struct hashTable_s* hashTable
 

Definition at line 8 of file hash.h.


Generated at Sun Apr 8 18:43:03 2001 for rpm by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000