Fennel: SparseBitmapDirectory Struct Reference (original) (raw)
Returns:
read/write reference to array of directory entries on this page
Definition at line 87 of file SparseBitmapTest.cpp.
Referenced by SparseBitmap::setBit().
00088 { 00089 return reinterpret_cast<SparseBitmapDirEntry *>( 00090 this + 1); 00091 }