tudocomp
– The TU Dortmund Compression Framework
tdc::DoubleHashingProber< key_t, HashFcn > Class Template Reference

#include <Hash.hpp>

Public Member Functions

void init (const key_t &key)
 
template<class SizeManager >
len_t get (const len_t &, const len_t &tablepos, const len_t &, const len_t &max_value) const
 

Detailed Description

template<class key_t, class HashFcn>
class tdc::DoubleHashingProber< key_t, HashFcn >

Definition at line 291 of file Hash.hpp.

Member Function Documentation

◆ get()

template<class key_t , class HashFcn >
template<class SizeManager >
len_t tdc::DoubleHashingProber< key_t, HashFcn >::get ( const len_t ,
const len_t tablepos,
const len_t ,
const len_t max_value 
) const
inline

Definition at line 299 of file Hash.hpp.

◆ init()

template<class key_t , class HashFcn >
void tdc::DoubleHashingProber< key_t, HashFcn >::init ( const key_t &  key)
inline

Definition at line 295 of file Hash.hpp.


The documentation for this class was generated from the following file: