18 #include "mongo/client/dbclientcursorshim.h"
19 #include "mongo/stdx/functional.h"
33 const stdx::function<
bool(
const BSONObj& input,
BSONObj* output)>& transformation);
40 stdx::function<bool(const BSONObj&, BSONObj*)> transformation;
DBClientCursorShim provides an abstract interface for providing polymorphic cursors.
Definition: dbclientcursorshim.h:27
Utility functions for parsing numbers from strings.
Definition: compare_numbers.h:20
Queries return a cursor object.
Definition: dbclientcursor.h:49
C++ representation of a "BSON" object – that is, an extended JSON-style object in a binary represent...
Definition: bsonobj.h:78