![]() |
Storage Engine API
|
#include <boost/functional/hash.hpp>
#include <cstdint>
#include "mongo/db/jsobj.h"
#include "mongo/db/record_id.h"
Go to the source code of this file.
Classes | |
class | mongo::BtreeBucket< Version > |
class | mongo::DiskLoc |
represents a disk location/offset on disk in a database. More... | |
Namespaces | |
mongo | |
Copyright (C) 2014 MongoDB Inc. | |
Functions | |
bool | mongo::operator< (const DiskLoc &rhs, const DiskLoc &lhs) |
bool | mongo::operator<= (const DiskLoc &rhs, const DiskLoc &lhs) |
bool | mongo::operator> (const DiskLoc &rhs, const DiskLoc &lhs) |
bool | mongo::operator>= (const DiskLoc &rhs, const DiskLoc &lhs) |
std::ostream & | mongo::operator<< (std::ostream &stream, const DiskLoc &loc) |