#include <uhash.h>
Public Attributes | |
UHashElement* | elements |
int32_t | count |
int32_t | length |
int32_t | primeIndex |
int32_t | highWaterMark |
int32_t | lowWaterMark |
float | highWaterRatio |
float | lowWaterRatio |
UHashFunction | keyHasher |
UKeyComparator | keyComparator |
UObjectDeleter | keyDeleter |
UObjectDeleter | valueDeleter |
Clients should treat this as an opaque data type and manipulate it only through the uhash_... API.
Definition at line 127 of file uhash.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|