Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

UHashElement Struct Reference

This is a single hash element. More...

#include <uhash.h>

List of all members.

Public Attributes

int32_t hashcode
void* key
void* value


Detailed Description

This is a single hash element.

These should pack nicely into exactly 24 bytes. If this is not true, then split the elements array into 3 separate arrays for the hash, key, and value.

Definition at line 106 of file uhash.h.


Member Data Documentation

int32_t UHashElement::hashcode
 

Definition at line 107 of file uhash.h.

void * UHashElement::key
 

Definition at line 108 of file uhash.h.

void * UHashElement::value
 

Definition at line 109 of file uhash.h.


The documentation for this struct was generated from the following file:
Generated at Tue Dec 5 17:56:28 2000 for ICU by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000