B-Trees
B-tree implementation in C++ to index documents based on numerical id's and title strings.
|
Helper struct to store primary indexes. More...
Public Member Functions | |
bool | operator< (const IdIndex &that) const |
Less-than comparator so that IdIndex can be used in BTree. More... | |
Public Attributes | |
int | id |
Entry id. More... | |
long | offset |
Entry offset in the hashfile. More... | |
Helper struct to store primary indexes.
|
inline |
int IdIndex::id |
Entry id.
long IdIndex::offset |
Entry offset in the hashfile.