Pyrogenesis
13997
|
#include <dyn_hash_tbl.h>
Public Member Functions | |
size_t | hash (Key key) const |
bool | equal (Key k1, Key k2) const |
Key | get_key (T t) const |
Static Public Attributes | |
static const size_t | initial_entries = 16 |
Definition at line 34 of file dyn_hash_tbl.h.
bool DHT_Traits< Key, T >::equal | ( | Key | k1, |
Key | k2 | ||
) | const |
Key DHT_Traits< Key, T >::get_key | ( | T | t | ) | const |
size_t DHT_Traits< Key, T >::hash | ( | Key | key | ) | const |
|
static |
Definition at line 37 of file dyn_hash_tbl.h.