#include <support/HashTable.h>
Inheritance diagram for SHashTable:
Public Member Functions | |
uint32_t | Hash (const KEY &key) const |
void | Insert (const KEY &key, const VALUE &value) |
bool | Lookup (const KEY &key, VALUE &value) const |
const VALUE & | Lookup (const KEY &key) const |
void | Remove (const KEY &key) |
SHashTable (int32_t bits) | |
~SHashTable () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|