#include <extsort.h>
Public Member Functions | |
| Iterator (BSONObjExternalSorter *sorter) | |
| bool | more () |
| Data | next () |
| ~Iterator () | |
Private Attributes | |
| MyCmp | _cmp |
| vector< FileIterator * > | _files |
| InMemory * | _in |
| InMemory::iterator | _it |
| vector< pair< Data, bool > > | _stash |
Definition at line 77 of file extsort.h.
| mongo::BSONObjExternalSorter::Iterator::Iterator | ( | BSONObjExternalSorter * | sorter | ) |
| mongo::BSONObjExternalSorter::Iterator::~Iterator | ( | ) |
| bool mongo::BSONObjExternalSorter::Iterator::more | ( | ) |
| Data mongo::BSONObjExternalSorter::Iterator::next | ( | ) |
vector<FileIterator*> mongo::BSONObjExternalSorter::Iterator::_files [private] |
vector< pair<Data,bool> > mongo::BSONObjExternalSorter::Iterator::_stash [private] |