#include <TColStd_MapIteratorOfPackedMapOfInteger.hxx>
Inheritance diagram for TColStd_MapIteratorOfPackedMapOfInteger:
Public Member Functions | |
TColStd_MapIteratorOfPackedMapOfInteger () | |
Empty Constructor. | |
Standard_EXPORT | TColStd_MapIteratorOfPackedMapOfInteger (const TColStd_PackedMapOfInteger &) |
Constructor. | |
Standard_EXPORT void | Initialize (const TColStd_PackedMapOfInteger &) |
Re-initialize with the same or another Map instance. | |
Standard_EXPORT void | Reset () |
Restart the iteraton. | |
Standard_Integer | Key () const |
Query the iterated key. Defined in TColStd_PackedMapOfInteger.cxx. | |
Standard_EXPORT void | Next () |
Increment the iterator. | |
Private Attributes | |
unsigned int | myIntMask |
all bits set above the iterated position | |
Standard_Integer | myKey |
Currently iterated key. |
|
|
|
|
|
|
|
|
|
Reimplemented from TCollection_BasicMapIterator. |
|
Reimplemented from TCollection_BasicMapIterator. |
|
|
|
|