#include <NCollection_TListIterator.hxx>
Inheritance diagram for NCollection_TListIterator< TheItemType >:
Public Member Functions | |
NCollection_TListIterator (void) | |
Empty constructor - for later Init. | |
NCollection_TListIterator (const NCollection_BaseList &theList) | |
Constructor with initialisation. | |
NCollection_TListIterator & | operator= (const NCollection_TListIterator &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. |
|
|
|
|
|
Implements NCollection_BaseCollection< TheItemType >::Iterator. |
|
Implements NCollection_BaseCollection< TheItemType >::Iterator. |
|
Implements NCollection_BaseCollection< TheItemType >::Iterator. |
|
|
|
|
|
Implements NCollection_BaseCollection< TheItemType >::Iterator. |