#include "../pch.h"
#include "cursor.h"
#include "jsobj.h"
#include "../util/message.h"
#include "../util/background.h"
#include "diskloc.h"
#include "client.h"
#include "concurrency.h"
#include "pdfile.h"
#include "matcher.h"
#include "../client/dbclient.h"
#include "pch.h"
Go to the source code of this file.
Classes | |
struct | mongo::ByLocKey |
class | mongo::ClientCursor::CleanupPointer |
class | mongo::ClientCursor |
class | mongo::ClientCursorMonitor |
class | mongo::ClientCursor::Pointer |
struct | mongo::ClientCursor::YieldData |
struct | mongo::ClientCursor::YieldLock |
Namespaces | |
namespace | mongo |
Typedefs | |
typedef map< CursorId, ClientCursor * > | mongo::CCById |
typedef map< ByLocKey, ClientCursor * > | mongo::CCByLoc |
typedef long long | mongo::CursorId |
Variables | |
ClientCursorMonitor | mongo::clientCursorMonitor |
BSONObj | mongo::id_obj |