MongoDB C++ Driver legacy-1.1.2
Loading...
Searching...
No Matches
List of all members
mongo::DBClientCursorShim Class Referenceabstract

DBClientCursorShim provides an abstract interface for providing polymorphic cursors. More...

#include <dbclientcursorshim.h>

+ Inheritance diagram for mongo::DBClientCursorShim:

Detailed Description

DBClientCursorShim provides an abstract interface for providing polymorphic cursors.

When a shim is attached to a DBClientCursor, the shim intercepts next() and more() calls. These methods may call through to the underlying cursor object via rawNext() and rawMore(), or handle them entirely themselves.


The documentation for this class was generated from the following file: