Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
stx::CBTreeDB< _Key, _Compare, _BTreePageSize, _AppVersionId >::BTreeBuilderBTreeBuilder is used to construct an index very similar to a B-tree from an ordered sequence
stx::CBTreeDB< _Key, _Compare, _BTreePageSize, _AppVersionId >::BTreePageBTreePage is a reference-counted buffer holding one page of the B-tree index
stx::CBTreeDB< _Key, _Compare, _BTreePageSize, _AppVersionId >Template super-class enclosing all classes which can operate on a constant B-tree database file
stx::CBTreeDB< _Key, _Compare, _BTreePageSize, _AppVersionId >::CRC32CRC32 Cyclic redundancy check implementation class
stx::CBTreeDB< _Key, _Compare, _BTreePageSize, _AppVersionId >::ExceptionOur own exception class derived from std::runtime_error
stx::CBTreeDB< _Key, _Compare, _BTreePageSize, _AppVersionId >::PageCacheImpl::HashCellStructure for each slot in the cache hash array
stx::CBTreeDB< _Key, _Compare, _BTreePageSize, _AppVersionId >::BTreePage::ImplImplementation of BTreePage: holds the data buffer and a reference counter
stx::CBTreeDB< _Key, _Compare, _BTreePageSize, _AppVersionId >::InnerNodeInner node structure of the B-tree inner pages
stx::CBTreeDB< _Key, _Compare, _BTreePageSize, _AppVersionId >::LeafNodeLeaf node structure of the B-tree leaf pages
stx::CBTreeDB< _Key, _Compare, _BTreePageSize, _AppVersionId >::PageCachePageCache and PageCacheImpl implement a LRU-strategy cache of B-tree pages used by CBTreeDB reader objects
stx::CBTreeDB< _Key, _Compare, _BTreePageSize, _AppVersionId >::PageCacheImplPageCache and PageCacheImpl implement a LRU-strategy cache of B-tree pages used by CBTreeDB reader objects
stx::CBTreeDB< _Key, _Compare, _BTreePageSize, _AppVersionId >::ReaderClass used to read constant B-tree database files
stx::CBTreeDB< _Key, _Compare, _BTreePageSize, _AppVersionId >::ReaderImplImplementation class used to read constant B-tree database files
stx::CBTreeDB< _Key, _Compare, _BTreePageSize, _AppVersionId >::SHA256SHA-256 Message Digest implementation class
stx::CBTreeDB< _Key, _Compare, _BTreePageSize, _AppVersionId >::SignaturePageSignature page which heads all cbtreedb files
stx::static_assert_test< x >
stx::STATIC_ASSERTION_FAILURE< true >
stx::CBTreeDB< _Key, _Compare, _BTreePageSize, _AppVersionId >::WriterWriter is used to construct an constant B-tree database from an unsorted input sequence
stx::CBTreeDB< _Key, _Compare, _BTreePageSize, _AppVersionId >::WriterSequentialWriterSequential is used to construct a constant B-tree database from an _ordered_ input sequence
Generated on Wed Apr 14 13:43:41 2010 for stx-cbtreedb by  doxygen 1.6.3