|
Open CASCADE Technology
7.7.2
|
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... | |
| Standard_Boolean | More () const |
| Return TRUE if iterator points to the node. More... | |
| void | Next () |
| Increment the iterator. More... | |
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 |
Return TRUE if iterator points to the node.
|
inline |
Increment the iterator.
|
inline |
Restart the iteration.
1.8.10