#include <cursor.h>
Public Member Functions | |
virtual bool | capped () const |
ForwardCappedCursor (NamespaceDetails *nsd=0, const DiskLoc &startLoc=DiskLoc()) | |
virtual DiskLoc | next (const DiskLoc &prev) const |
virtual string | toString () |
Private Attributes | |
NamespaceDetails * | nsd |
Definition at line 193 of file cursor.h.
mongo::ForwardCappedCursor::ForwardCappedCursor | ( | NamespaceDetails * | nsd = 0 , |
|
const DiskLoc & | startLoc = DiskLoc() | |||
) |
virtual bool mongo::ForwardCappedCursor::capped | ( | ) | const [inline, virtual] |
Reimplemented from mongo::Cursor.
Implements mongo::AdvanceStrategy.
virtual string mongo::ForwardCappedCursor::toString | ( | ) | [inline, virtual] |
Reimplemented from mongo::BasicCursor.
NamespaceDetails* mongo::ForwardCappedCursor::nsd [private] |