![]() |
Storage Engine API
|
This is the complete list of members for mongo::IndexEntryComparison, including all inherited members.
_order | mongo::IndexEntryComparison | private |
compare(const IndexKeyEntry &lhs, const IndexKeyEntry &rhs) const | mongo::IndexEntryComparison | |
IndexEntryComparison(Ordering order) | mongo::IndexEntryComparison | inline |
makeQueryObject(const BSONObj &keyPrefix, int prefixLen, bool prefixExclusive, const std::vector< const BSONElement *> &keySuffix, const std::vector< bool > &suffixInclusive, const int cursorDirection) | mongo::IndexEntryComparison | static |
makeQueryObject(const IndexSeekPoint &seekPoint, bool isForward) | mongo::IndexEntryComparison | inlinestatic |
operator()(const IndexKeyEntry &lhs, const IndexKeyEntry &rhs) const | mongo::IndexEntryComparison |