![]() |
Storage Engine API
|
#include "mongo/platform/basic.h"
#include <ostream>
#include "mongo/db/jsobj.h"
#include "mongo/db/storage/index_entry_comparison.h"
Namespaces | |
mongo | |
Copyright (C) 2014 MongoDB Inc. | |
Enumerations | |
enum | mongo::BehaviorIfFieldIsEqual { mongo::normal = '\0', mongo::less = 'l', mongo::greater = 'g' } |
Functions | |
std::ostream & | mongo::operator<< (std::ostream &stream, const IndexKeyEntry &entry) |