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

hashBucket Struct Reference

List of all members.

Public Attributes

voidptr key
voidptrdata
int dataCount
struct hashBucket* next

Member Data Documentation

voidptr * hashBucket::data
 

pointer to hashed data

Definition at line 16 of file hash.c.

int hashBucket::dataCount
 

length of data (0 if unknown)

Definition at line 17 of file hash.c.

voidptr hashBucket::key
 

hash key

Definition at line 15 of file hash.c.

struct hashBucket * hashBucket::next
 

pointer to next item in bucket

Definition at line 18 of file hash.c.


The documentation for this struct was generated from the following file:
Generated at Mon May 21 08:53:43 2001 for rpm by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001