20 #include "mongo/client/dbclientcursor.h"
21 #include "mongo/client/export_macros.h"
30 bool more() {
return _iter.
more(); }
the main MongoDB namespace
Definition: bulk_operation_builder.h:24
BSONElement next(bool checkEnd)
Definition: bsonobjiterator.h:63
Definition: dbclientmockcursor.h:25
bool more()
Definition: bsonobjiterator.h:57
for mock purposes only – do not create variants of DBClientCursor, nor hang code here ...
Definition: dbclientcursor.h:38
iterator for a BSONObj
Definition: bsonobjiterator.h:37
Definition: bsonobj.h:559
C++ representation of a "BSON" object – that is, an extended JSON-style object in a binary represent...
Definition: bsonobj.h:78