tudocomp
– The TU Dortmund Compression Framework
|
#include <Hash.hpp>
Public Types | |
typedef uint64_t | key_type |
Public Member Functions | |
ZBackupRollingHash (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 | |
Algorithm & | operator= (Algorithm const &)=default |
Algorithm & | operator= (Algorithm &&)=default |
Algorithm (Env &&env) | |
Instantiates an algorithm in the specified environment. More... | |
Env & | env () |
Provides access to the environment that the algorithm works in. More... | |
const Env & | env () const |
Static Public Member Functions | |
static Meta | meta () |
typedef uint64_t tdc::ZBackupRollingHash::key_type |
|
inline |