#include <TCollection_BasicMapIterator.hxx>
Inheritance diagram for TCollection_BasicMapIterator:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT void | Reset () |
Resets the iterator to the first node. . | |
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. . | |
Standard_EXPORT 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. . | |
Protected Member Functions | |
Standard_EXPORT | TCollection_BasicMapIterator () |
Creates an empty iterator. . | |
Standard_EXPORT | TCollection_BasicMapIterator (const TCollection_BasicMap &M) |
Initialize on the first node in the buckets. . | |
Standard_EXPORT void | Initialize (const TCollection_BasicMap &M) |
Initialize on the first node in the buckets. . | |
Protected Attributes | |
Standard_Address | myNode |
Private Attributes | |
Standard_Integer | myNbBuckets |
Standard_Address | myBuckets |
Standard_Integer | myBucket |
|
|
|
|
|
|
|
|
|
Reimplemented in TColStd_MapIteratorOfPackedMapOfInteger. |
|
|
|
|
Reimplemented in TColStd_MapIteratorOfPackedMapOfInteger. |
|
|
|
|
|
|
|
|