![]() |
Storage Engine API
|
#include <iosfwd>#include <tuple>#include <vector>#include "mongo/bson/simple_bsonobj_comparator.h"#include "mongo/db/jsobj.h"#include "mongo/db/record_id.h"Go to the source code of this file.
Classes | |
| struct | mongo::IndexKeyEntry |
| Represents a single item in an index. More... | |
| struct | mongo::IndexSeekPoint |
| Describes a query that can be compared against an IndexKeyEntry in a way that allows expressing exclusiveness on a prefix of the key. More... | |
| class | mongo::IndexEntryComparison |
| Compares two different IndexKeyEntry instances. More... | |
Namespaces | |
| mongo | |
| Copyright (C) 2014 MongoDB Inc. | |
Functions | |
| std::ostream & | mongo::operator<< (std::ostream &stream, const IndexKeyEntry &entry) |
| bool | mongo::operator== (const IndexKeyEntry &lhs, const IndexKeyEntry &rhs) |
| bool | mongo::operator!= (const IndexKeyEntry &lhs, const IndexKeyEntry &rhs) |