Main Page   Data Structures   File List   Data Fields   Globals  

s_hash_key Struct Reference

The structure for hash keys. More...

#include <ght_hash_table.h>


Data Fields

unsigned int i_size
 The size in bytes of the key p_key. More...

void * p_key
 A pointer to the key. More...


Detailed Description

The structure for hash keys.

You should not care about this structure unless you plan to write your own hash functions.


Field Documentation

unsigned int s_hash_key::i_size
 

The size in bytes of the key p_key.

void* s_hash_key::p_key
 

A pointer to the key.


The documentation for this struct was generated from the following file:
Generated on Sun Mar 24 13:07:44 2002 for libghthash by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001