Public Member Functions | |
fennel::PConstBuffer | getBytesForRead () const |
| |
fennel::PBuffer | getBytesForWrite () |
| |
Public Attributes | |
SparseBitmapOffset | iStartOffset |
Start offset of bits contained by this leaf node. | |
Static Public Attributes | |
static const fennel::MagicNumber | MAGIC_NUMBER = 0xba107d175b3338dcLL |
Definition at line 102 of file SparseBitmapTest.cpp.
fennel::PConstBuffer SparseBitmapLeaf::getBytesForRead | ( | ) | const [inline] |
Definition at line 117 of file SparseBitmapTest.cpp.
Referenced by SparseBitmap::getBit().
fennel::PBuffer SparseBitmapLeaf::getBytesForWrite | ( | ) | [inline] |
Definition at line 126 of file SparseBitmapTest.cpp.
Referenced by SparseBitmap::setBit().
const fennel::MagicNumber SparseBitmapLeaf::MAGIC_NUMBER = 0xba107d175b3338dcLL [static] |
Definition at line 104 of file SparseBitmapTest.cpp.
Start offset of bits contained by this leaf node.
This is redundant (for sanity-checking and self-identification purposes); it should match the corresponding directory entry referencing this leaf.
Definition at line 111 of file SparseBitmapTest.cpp.
Referenced by SparseBitmap::getBit(), and SparseBitmap::setBit().