#include <dbclientmockcursor.h>

Public Member Functions | |
| DBClientMockCursor (const BSONArray &mockCollection) | |
| bool | more () |
| BSONObj | next () |
| virtual | ~DBClientMockCursor () |
Private Member Functions | |
| DBClientMockCursor (const DBClientMockCursor &) | |
| DBClientMockCursor & | operator= (const DBClientMockCursor &) |
Private Attributes | |
| BSONObjIterator | _iter |
Definition at line 24 of file dbclientmockcursor.h.
| mongo::DBClientMockCursor::DBClientMockCursor | ( | const BSONArray & | mockCollection | ) | [inline] |
Definition at line 26 of file dbclientmockcursor.h.
| virtual mongo::DBClientMockCursor::~DBClientMockCursor | ( | ) | [inline, virtual] |
Definition at line 27 of file dbclientmockcursor.h.
| mongo::DBClientMockCursor::DBClientMockCursor | ( | const DBClientMockCursor & | ) | [private] |
| bool mongo::DBClientMockCursor::more | ( | ) | [inline, virtual] |
Implements mongo::DBClientCursorInterface.
Definition at line 29 of file dbclientmockcursor.h.
| BSONObj mongo::DBClientMockCursor::next | ( | ) | [inline, virtual] |
Implements mongo::DBClientCursorInterface.
Definition at line 30 of file dbclientmockcursor.h.
| DBClientMockCursor& mongo::DBClientMockCursor::operator= | ( | const DBClientMockCursor & | ) | [private] |
Definition at line 33 of file dbclientmockcursor.h.