tudocomp
– The TU Dortmund Compression Framework
|
#include <compact_sparse_hash.hpp>
Public Member Functions | |
BucketElem () | |
uint64_t | get_quotient () |
void | set_quotient (uint64_t v) |
void | swap_quotient (uint64_t &other) |
val_t & | val () |
val_t const & | val () const |
void | increment_ptr () |
void | decrement_ptr () |
bool | ptr_eq (BucketElem const &other) |
Friends | |
class | Bucket< val_t > |
Definition at line 110 of file compact_sparse_hash.hpp.
|
inline |
Definition at line 291 of file compact_sparse_hash.hpp.
|
inline |
Definition at line 320 of file compact_sparse_hash.hpp.
|
inline |
Definition at line 294 of file compact_sparse_hash.hpp.
|
inline |
Definition at line 316 of file compact_sparse_hash.hpp.
|
inline |
Definition at line 325 of file compact_sparse_hash.hpp.
|
inline |
Definition at line 298 of file compact_sparse_hash.hpp.
|
inline |
Definition at line 302 of file compact_sparse_hash.hpp.
|
inline |
Definition at line 308 of file compact_sparse_hash.hpp.
|
inline |
Definition at line 312 of file compact_sparse_hash.hpp.
|
friend |
Definition at line 281 of file compact_sparse_hash.hpp.