#include <bsonobjiterator.h>
Public Member Functions | |
| BSONObjIteratorSorted (const BSONObj &o) | |
| bool | more () |
| BSONElement | next () |
| ~BSONObjIteratorSorted () | |
Private Attributes | |
| int | _cur |
| const char ** | _fields |
| int | _nfields |
Definition at line 78 of file bsonobjiterator.h.
| mongo::BSONObjIteratorSorted::BSONObjIteratorSorted | ( | const BSONObj & | o | ) |
| mongo::BSONObjIteratorSorted::~BSONObjIteratorSorted | ( | ) | [inline] |
Definition at line 82 of file bsonobjiterator.h.
| bool mongo::BSONObjIteratorSorted::more | ( | ) | [inline] |
Definition at line 88 of file bsonobjiterator.h.
| BSONElement mongo::BSONObjIteratorSorted::next | ( | ) | [inline] |
Definition at line 92 of file bsonobjiterator.h.
int mongo::BSONObjIteratorSorted::_cur [private] |
Definition at line 102 of file bsonobjiterator.h.
const char** mongo::BSONObjIteratorSorted::_fields [private] |
Definition at line 100 of file bsonobjiterator.h.
int mongo::BSONObjIteratorSorted::_nfields [private] |
Definition at line 101 of file bsonobjiterator.h.