#include <NCollection_BaseList.hxx>
Inheritance diagram for NCollection_BaseList::Iterator:
Public Member Functions | |
Iterator (void) | |
Iterator (const NCollection_BaseList &theList) | |
void | Init (const NCollection_BaseList &theList) |
Standard_Boolean | More (void) const |
Iterator & | operator= (const Iterator &theIt) |
Standard_Boolean | operator== (const Iterator &theIt) |
Data Fields | |
NCollection_ListNode * | myCurrent |
NCollection_ListNode * | myPrevious |
Protected Member Functions | |
void | Init (const NCollection_BaseList &theList, NCollection_ListNode *const thePrev) |
|
|
|
|
|
|
|
|
|
Reimplemented in NCollection_TListIterator< TheItemType >. |
|
|
|
|
|
|
|
|