18 #include "mongo/client/dbclientcursorshim.h"
19 #include "mongo/bson/bsonobjiterator.h"
39 const std::string array_field;
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
DBClientCursorShimArray implements the shim interface over an array of bson obj's.
Definition: dbclientcursorshimarray.h:28
C++ representation of a "BSON" object – that is, an extended JSON-style object in a binary represent...
Definition: bsonobj.h:78