tudocomp
– The TU Dortmund Compression Framework
tdc::LinearProber Struct Reference

#include <Hash.hpp>

Inheritance diagram for tdc::LinearProber:
tdc::Algorithm

Public Member Functions

 LinearProber (Env &&env)
 
- Public Member Functions inherited from tdc::Algorithm
virtual ~Algorithm ()=default
 
 Algorithm (Algorithm const &)=default
 
 Algorithm (Algorithm &&)=default
 
Algorithmoperator= (Algorithm const &)=default
 
Algorithmoperator= (Algorithm &&)=default
 
 Algorithm (Env &&env)
 Instantiates an algorithm in the specified environment. More...
 
Envenv ()
 Provides access to the environment that the algorithm works in. More...
 
const Envenv () const
 

Static Public Member Functions

static Meta meta ()
 
template<class key_t >
static void init (const key_t &)
 
template<class SizeManager >
static len_t get (const len_t &, const len_t &tablepos, const len_t &, const len_t &)
 

Detailed Description

Definition at line 266 of file Hash.hpp.

Constructor & Destructor Documentation

◆ LinearProber()

tdc::LinearProber::LinearProber ( Env &&  env)
inline

Definition at line 271 of file Hash.hpp.

Member Function Documentation

◆ get()

template<class SizeManager >
static len_t tdc::LinearProber::get ( const len_t ,
const len_t tablepos,
const len_t ,
const len_t  
)
inlinestatic

Definition at line 277 of file Hash.hpp.

◆ init()

template<class key_t >
static void tdc::LinearProber::init ( const key_t &  )
inlinestatic

Definition at line 274 of file Hash.hpp.

◆ meta()

static Meta tdc::LinearProber::meta ( )
inlinestatic

Definition at line 267 of file Hash.hpp.


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