#include <Hash.hpp>
|
static Meta | meta () |
|
template<class key_t > |
static void | init (const key_t &) |
|
template<class SizeManager > |
static len_t | get (const len_t &i, const len_t &, const len_t &init, const len_t &) |
| i: number of collisions tablepos: at which position we are currently in the hash table init: the initial hash value (mod table size) table_size: the size of the table More...
|
|
Definition at line 229 of file Hash.hpp.
◆ QuadraticProber()
tdc::QuadraticProber::QuadraticProber |
( |
Env && |
env | ) |
|
|
inline |
◆ get()
template<class SizeManager >
i: number of collisions tablepos: at which position we are currently in the hash table init: the initial hash value (mod table size) table_size: the size of the table
Definition at line 245 of file Hash.hpp.
◆ init()
template<class key_t >
static void tdc::QuadraticProber::init |
( |
const key_t & |
| ) |
|
|
inlinestatic |
◆ meta()
static Meta tdc::QuadraticProber::meta |
( |
| ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file: