#include <namespace.h>
Public Member Functions | |
| bool | more () |
| IndexDetails & | next () |
| int | pos () |
Private Member Functions | |
| IndexIterator (NamespaceDetails *_d) | |
Private Attributes | |
| NamespaceDetails * | d |
| int | i |
| int | n |
Friends | |
| class | NamespaceDetails |
Definition at line 256 of file namespace.h.
| mongo::NamespaceDetails::IndexIterator::IndexIterator | ( | NamespaceDetails * | _d | ) | [inline, private] |
Definition at line 124 of file namespace-inl.h.
| bool mongo::NamespaceDetails::IndexIterator::more | ( | ) | [inline] |
Definition at line 259 of file namespace.h.
| IndexDetails& mongo::NamespaceDetails::IndexIterator::next | ( | ) | [inline] |
Definition at line 260 of file namespace.h.
| int mongo::NamespaceDetails::IndexIterator::pos | ( | ) | [inline] |
Definition at line 258 of file namespace.h.
friend class NamespaceDetails [friend] |
Definition at line 262 of file namespace.h.
Definition at line 264 of file namespace.h.
int mongo::NamespaceDetails::IndexIterator::i [private] |
Definition at line 263 of file namespace.h.
int mongo::NamespaceDetails::IndexIterator::n [private] |
Definition at line 263 of file namespace.h.