#include <NCollection_Array2.hxx>
Inheritance diagram for NCollection_Array2< TheItemType >::Iterator:
Public Member Functions | |
Iterator (void) | |
Empty constructor - for later Init. | |
Iterator (const NCollection_Array2 &theArray) | |
Constructor with initialisation. | |
void | Init (const NCollection_Array2 &theArray) |
Initialisation. | |
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. | |
Private Attributes | |
Standard_Integer | myCurrent |
Index of the current item. | |
Standard_Integer | mySize |
Total amount of items. | |
NCollection_Array2 * | myArray |
Pointer to the array being iterated. |
|
Reimplemented from NCollection_BaseCollection< TheItemType >::Iterator. |
|
|
|
Implements NCollection_BaseCollection< TheItemType >::Iterator. |
|
|
|
Implements NCollection_BaseCollection< TheItemType >::Iterator. |
|
Implements NCollection_BaseCollection< TheItemType >::Iterator. |
|
|
|
Implements NCollection_BaseCollection< TheItemType >::Iterator. |
|
|
|
|
|
|