A hashtable structure.
More...
#include <phbase.h>
A hashtable structure.
Definition at line 2896 of file phbase.h.
The number of allocated buckets.
Definition at line 2906 of file phbase.h.
The number of allocated entries.
Definition at line 2910 of file phbase.h.
The comparison function.
Definition at line 2901 of file phbase.h.
Number of entries in the hashtable.
Definition at line 2915 of file phbase.h.
Size of user data in each entry.
Definition at line 2899 of file phbase.h.
Index into entry array for free list.
Definition at line 2917 of file phbase.h.
The hash function.
Definition at line 2903 of file phbase.h.
Index of next usable index into entry array, a.k.a.
the count of entries that were ever allocated.
Definition at line 2921 of file phbase.h.
The documentation for this struct was generated from the following file: