18 #include "mongo/client/dbclientcursorshim.h"
19 #include "mongo/bson/bsonobjiterator.h"
DBClientCursorShimCursorID implements the shim interface over a cursor reply document, rather than the traditional OP_REPLY.
Definition: dbclientcursorshimcursorid.h:29
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
iterator for a BSONObj
Definition: bsonobjiterator.h:37
C++ representation of a "BSON" object – that is, an extended JSON-style object in a binary represent...
Definition: bsonobj.h:78