#include <NCollection_Vector.hxx>
Inheritance diagram for NCollection_Vector< TheItemType >::Iterator:
Public Member Functions | |
Iterator (void) | |
Empty constructor - for later Init. | |
Iterator (const NCollection_Vector &theVector) | |
Constructor with initialisation. | |
Iterator (const Iterator &theOther) | |
Copy constructor. | |
void | Init (const NCollection_Vector &theVector) |
Initialisation. | |
Iterator & | operator= (const Iterator &theOther) |
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. |
|
|
|
Reimplemented from NCollection_BaseCollection< TheItemType >::Iterator. |
|
Implements NCollection_BaseCollection< TheItemType >::Iterator. |
|
|
|
Implements NCollection_BaseCollection< TheItemType >::Iterator. |
|
Implements NCollection_BaseCollection< TheItemType >::Iterator. Reimplemented in Poly_CoherentTriangulation::IteratorOfNode, and Poly_CoherentTriangulation::IteratorOfLink. |
|
|
|
Reimplemented from NCollection_BaseCollection< TheItemType >::Iterator. |
|
Implements NCollection_BaseCollection< TheItemType >::Iterator. |