![]() |
mutable
A Database System for Research and Fast Prototyping
|
Specialization for a single bit. More...
#include <WasmDSL.hpp>
Private Member Functions | |
local_bit_storage ()=default | |
local_bit_storage (LocalBitmap &bitmap, uint8_t bit_offset) | |
Creates a single bit with storage allocated in bitmap . | |
Private Attributes | |
LocalBitmap * | bitmap_ = nullptr |
the bitmap in which the single bit is contained | |
uint8_t | bit_offset_ |
the offset of the single bit | |
Friends | |
struct | LocalBit< 1 > |
void | swap (local_bit_storage &first, local_bit_storage &second) |
Specialization for a single bit.
Definition at line 5948 of file WasmDSL.hpp.
|
privatedefault |
|
inlineprivate |
Creates a single bit with storage allocated in bitmap
.
Definition at line 5963 of file WasmDSL.hpp.
References M_insist.
Definition at line 5936 of file WasmDSL.hpp.
|
friend |
Definition at line 5952 of file WasmDSL.hpp.
|
private |
the offset of the single bit
Definition at line 5959 of file WasmDSL.hpp.
|
private |
the bitmap in which the single bit is contained
Definition at line 5958 of file WasmDSL.hpp.