#include <cursor.h>

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