#include <tables.h>
Inheritance diagram for hash::TableSingle< BucketType >:
Public Member Functions | |
TableSingle (uint32_t sizePower2=8, bool aggressive=false) | |
void | remove (BucketType *bucket) |
Remove a bucket from the hash table. | |
void | remove (BucketType *bucket, uint32_t hashValue) |
Real implementation of remove, using explicitely the hash value that was used to entering this bucket in the table. |
|
|
|
Real implementation of remove, using explicitely the hash value that was used to entering this bucket in the table. THIS IS VITAL.
|
|
Remove a bucket from the hash table. This is useful for singly linked buckets only where the info field stores the hash value ON ALL ITS BITS.
|