Open CASCADE Technology 6.6.0
|
#include <TColStd_MapIteratorOfPackedMapOfInteger.hxx>
Public Member Functions | |
TColStd_MapIteratorOfPackedMapOfInteger () | |
Empty Constructor. | |
TColStd_MapIteratorOfPackedMapOfInteger (const TColStd_PackedMapOfInteger &) | |
Constructor. | |
void | Initialize (const TColStd_PackedMapOfInteger &) |
Re-initialize with the same or another Map instance. | |
void | Reset () |
Restart the iteraton. | |
Standard_Integer | Key () const |
Query the iterated key. Defined in TColStd_PackedMapOfInteger.cxx. | |
void | Next () |
Increment the iterator. |
Iterator of class TColStd_PackedMapOfInteger
TColStd_MapIteratorOfPackedMapOfInteger::TColStd_MapIteratorOfPackedMapOfInteger | ( | ) | [inline] |
TColStd_MapIteratorOfPackedMapOfInteger::TColStd_MapIteratorOfPackedMapOfInteger | ( | const TColStd_PackedMapOfInteger & | ) |
void TColStd_MapIteratorOfPackedMapOfInteger::Initialize | ( | const TColStd_PackedMapOfInteger & | ) |
Standard_Integer TColStd_MapIteratorOfPackedMapOfInteger::Key | ( | ) | const [inline] |
void TColStd_MapIteratorOfPackedMapOfInteger::Next | ( | ) |
Reimplemented from TCollection_BasicMapIterator.
void TColStd_MapIteratorOfPackedMapOfInteger::Reset | ( | ) |
Reimplemented from TCollection_BasicMapIterator.