tudocomp
– The TU Dortmund Compression Framework
tdc::WordpackRollingHash Class Reference

#include <Hash.hpp>

Inheritance diagram for tdc::WordpackRollingHash:
tdc::Algorithm

Public Types

typedef uint64_t key_type
 

Public Member Functions

 WordpackRollingHash (Env &&env)
 
void operator+= (char c)
 
key_type operator() ()
 
void clear ()
 
- 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 ()
 

Detailed Description

Definition at line 332 of file Hash.hpp.

Member Typedef Documentation

◆ key_type

Definition at line 334 of file Hash.hpp.

Constructor & Destructor Documentation

◆ WordpackRollingHash()

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

Definition at line 342 of file Hash.hpp.

Member Function Documentation

◆ clear()

void tdc::WordpackRollingHash::clear ( )
inline

Definition at line 349 of file Hash.hpp.

◆ meta()

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

Definition at line 338 of file Hash.hpp.

◆ operator()()

key_type tdc::WordpackRollingHash::operator() ( )
inline

Definition at line 346 of file Hash.hpp.

◆ operator+=()

void tdc::WordpackRollingHash::operator+= ( char  c)
inline

Definition at line 343 of file Hash.hpp.


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