#include <itemtables.h>
Inheritance diagram for hash::ItemTableSingle< ItemType >:

Public Member Functions | |
| ItemTableSingle (uint32_t sizePower2, bool aggressive) | |
| bool | hasItem (const ItemType &item, uint32_t hashValue) |
| template<class Alloc> | |
| ItemBucketSingle< ItemType > * | addItem (const ItemType &item, uint32_t hashValue, Alloc *alloc) |
| Add an item to the hash table. | |
| ItemBucketSingle< ItemType > * | addNewItem (const ItemType &item, uint32_t hashValue) |
| Add an item to the hash table. | |
info is used to store the hash value.
|
||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
Add an item to the hash table.
|
|
||||||||||||||||
|
Add an item to the hash table.
|
|
||||||||||||||||
|
|
1.4.2