#include <NCollection_Sequence.hxx>
Inheritance diagram for NCollection_Sequence< TheItemType >::Iterator:
Public Member Functions | |
Iterator (void) | |
Empty constructor - for later Init. | |
Iterator (const NCollection_Sequence &theSeq, const Standard_Boolean isStart=Standard_True) | |
Constructor with initialisation. | |
Iterator & | operator= (const Iterator &theIt) |
Assignment. | |
virtual Standard_Boolean | More (void) const |
Check end. | |
virtual void | Next (void) |
Make step. | |
virtual const TheItemType & | Value (void) const |
Constant value access. | |
virtual TheItemType & | ChangeValue (void) const |
Variable value access. | |
void * | operator new (size_t theSize, const Handle(NCollection_BaseAllocator)&theAllocator) |
Operator new for allocating iterators. |
|
Reimplemented from NCollection_BaseCollection< TheItemType >::Iterator. |
|
|
|
Implements NCollection_BaseCollection< TheItemType >::Iterator. |
|
Implements NCollection_BaseCollection< TheItemType >::Iterator. |
|
Implements NCollection_BaseCollection< TheItemType >::Iterator. |
|
|
|
Reimplemented from NCollection_BaseCollection< TheItemType >::Iterator. |
|
Implements NCollection_BaseCollection< TheItemType >::Iterator. |