#include <NCollection_BaseSequence.hxx>
Inheritance diagram for NCollection_BaseSequence::Iterator:
Public Member Functions | |
Iterator (void) | |
Empty constructor. | |
Iterator (const NCollection_BaseSequence &theSeq, const Standard_Boolean isStart) | |
Constructor with initialisation. | |
void | Init (const NCollection_BaseSequence &theSeq, const Standard_Boolean isStart=Standard_True) |
Initialisation. | |
Iterator & | operator= (const Iterator &theOther) |
Assignment. | |
void | Previous () |
Previous. | |
Protected Attributes | |
NCollection_SeqNode * | myCurrent |
Pointer to the current node. |
|
Reimplemented in NCollection_Sequence< TheItemType >::Iterator. |
|
|
|
|
|
Reimplemented in NCollection_Sequence< TheItemType >::Iterator. |
|
|
|
|