#include <WOKTools_BasicMapIterator.hxx>
Inheritance diagram for WOKTools_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 element in the iterator. . | |
| Standard_EXPORT void | Next () |
| Sets the iterator to the next node. If the iterator is empty it will not change. . | |
Protected Member Functions | |
| Standard_EXPORT | WOKTools_BasicMapIterator () |
| Creates an empty iterator. . | |
| Standard_EXPORT | WOKTools_BasicMapIterator (const WOKTools_BasicMap &M) |
| Initialize on the first node in the buckets. . | |
| Standard_EXPORT void | Initialize (const WOKTools_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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1