Fennel: /home/pub/open/dev/fennel/test/SparseBitmapTest.cpp File Reference (original) (raw)
Classes
struct
Entry in a sparse bitmap directory. More...
struct
Page header data structure for a sparse bitmap directory node. More...
struct
Page header data structure for a sparse bitmap leaf node. More...
class
SparseBitmap is an example of how to create a page-based persistent data structure using Fennel. More...
class
Unit tests for SparseBitmap. More...
Typedefs
typedef uint64_t
0-based offset (bit address) within a sparse bitmap.
typedef fennel::SegNodeLock<
SparseBitmapDirectory >
Page lock guard for sparse bitmap directory nodes.
typedef fennel::SegNodeLock<
SparseBitmapLeaf >
Page lock guard for sparse bitmap leaf nodes.