Implementation of BTreePage: holds the data buffer and a reference counter. More...
#include <stx-cbtreedb.h>
Public Attributes | |
unsigned int | refs |
reference counter | |
char | data [BTreePageSize] |
data buffer |
Implementation of BTreePage: holds the data buffer and a reference counter.
Definition at line 797 of file stx-cbtreedb.h.
char stx::CBTreeDB< _Key, _Compare, _BTreePageSize, _AppVersionId >::BTreePage::Impl::data[BTreePageSize] |
data buffer
Definition at line 803 of file stx-cbtreedb.h.
unsigned int stx::CBTreeDB< _Key, _Compare, _BTreePageSize, _AppVersionId >::BTreePage::Impl::refs |
reference counter
Definition at line 800 of file stx-cbtreedb.h.