Open CASCADE Technology
7.3.0
|
Iterator of class TColStd_PackedMapOfInteger. More...
#include <TColStd_PackedMapOfInteger.hxx>
Public Member Functions | |
Iterator () | |
Empty Constructor. More... | |
Iterator (const TColStd_PackedMapOfInteger &theMap) | |
Constructor. More... | |
void | Initialize (const TColStd_PackedMapOfInteger &theMap) |
Re-initialize with the same or another Map instance. More... | |
void | Reset () |
Restart the iteration. More... | |
Standard_Integer | Key () const |
Query the iterated key. More... | |
void | Next () |
Increment the iterator. More... | |
![]() | |
void | Reset () |
Resets the iterator to the first node. More... | |
Standard_Boolean | More () const |
Returns true if there is a current entry for this iterator in the map. Use the function Next to set this iterator to the position of the next entry, if it exists. More... | |
void | Next () |
Sets this iterator to the position of the next entry of the map. Nothing is changed if there is no more entry to explore in the map: this iterator is always positioned on the last entry of the map but the function More returns false. More... | |
Additional Inherited Members | |
![]() | |
TCollection_BasicMapIterator () | |
Creates an empty iterator. More... | |
TCollection_BasicMapIterator (const TCollection_BasicMap &M) | |
Initialize on the first node in the buckets. More... | |
void | Initialize (const TCollection_BasicMap &M) |
Initialize on the first node in the buckets. More... | |
![]() | |
Standard_Address | myNode |
Iterator of class TColStd_PackedMapOfInteger.
|
inline |
Empty Constructor.
|
inline |
Constructor.
|
inline |
Re-initialize with the same or another Map instance.
|
inline |
Query the iterated key.
|
inline |
Increment the iterator.
|
inline |
Restart the iteration.