![]() |
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 5949 of file WasmDSL.hpp.
|
privatedefault |
|
inlineprivate |
Creates a single bit with storage allocated in bitmap.
Definition at line 5964 of file WasmDSL.hpp.
References M_insist.
Definition at line 5937 of file WasmDSL.hpp.
|
friend |
Definition at line 5953 of file WasmDSL.hpp.
|
private |
the offset of the single bit
Definition at line 5960 of file WasmDSL.hpp.
|
private |
the bitmap in which the single bit is contained
Definition at line 5959 of file WasmDSL.hpp.