![]() |
Storage Engine API
|
Represents a single item in an index. More...
#include <index_entry_comparison.h>
Represents a single item in an index.
An index item simply consists of a key and a disk location.
Public Member Functions | |
IndexKeyEntry (BSONObj key, RecordId loc) | |
Public Attributes | |
BSONObj | key |
RecordId | loc |
|
inline |
BSONObj mongo::IndexKeyEntry::key |
RecordId mongo::IndexKeyEntry::loc |