#include <dbclientcursor.h>

Public Member Functions | |
| virtual bool | more ()=0 |
| virtual BSONObj | next ()=0 |
| virtual | ~DBClientCursorInterface () |
Protected Member Functions | |
| DBClientCursorInterface () | |
for mock purposes only -- do not create variants of DBClientCursor, nor hang code here
Definition at line 31 of file dbclientcursor.h.
| virtual mongo::DBClientCursorInterface::~DBClientCursorInterface | ( | ) | [inline, virtual] |
Definition at line 33 of file dbclientcursor.h.
| mongo::DBClientCursorInterface::DBClientCursorInterface | ( | ) | [inline, protected] |
Definition at line 41 of file dbclientcursor.h.
| virtual bool mongo::DBClientCursorInterface::more | ( | ) | [pure virtual] |
Implemented in mongo::DBClientCursor, and mongo::DBClientMockCursor.
| virtual BSONObj mongo::DBClientCursorInterface::next | ( | ) | [pure virtual] |
Implemented in mongo::DBClientCursor, and mongo::DBClientMockCursor.