#include <tables.h>
Inheritance diagram for hash::DoubleBucket< BucketType >:
Public Member Functions | |
void | incRef (uint32_t mask) |
Increment reference counter with a given mask being the maximal possible value. | |
bool | decRef (uint32_t mask) |
Decrement reference counter. | |
Public Attributes | |
uint32_t | info |
Default use of info lower bits: reference counter. |
|
Decrement reference counter. May skip decrement if counter == mask.
|
|
Increment reference counter with a given mask being the maximal possible value.
|
|
Default use of info lower bits: reference counter.
|