![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Iterator of class NCollection_PackedMap. More...
#include <NCollection_PackedMap.hxx>
Public Member Functions | |
| Iterator () | |
| Empty Constructor. | |
| Iterator (const NCollection_PackedMap &theMap) | |
| Constructor. | |
| void | Initialize (const NCollection_PackedMap &theMap) |
| Re-initialize with the same or another Map instance. | |
| void | Reset () |
| Restart the iteration. | |
| IntType | Key () const |
| Query the iterated key. | |
| bool | More () const |
| Return TRUE if iterator points to the node. | |
| void | Next () |
| Increment the iterator. | |
Iterator of class NCollection_PackedMap.
|
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.