|
Urho3D
|
Hash set node iterator. More...
#include </home/runner/work/Dviglo/Dviglo/DvigloRepository/Source/Urho3D/Container/HashSet.h>
Public Member Functions | |
| Iterator ()=default | |
| Construct. | |
| Iterator (Node *ptr) | |
| Construct with a node pointer. | |
| Iterator & | operator++ () |
| Preincrement the pointer. | |
| Iterator | operator++ (int) |
| Postincrement the pointer. | |
| Iterator & | operator-- () |
| Predecrement the pointer. | |
| Iterator | operator-- (int) |
| Postdecrement the pointer. | |
| const T * | operator-> () const |
| Point to the key. | |
| const T & | operator* () const |
| Dereference the key. | |
Public Member Functions inherited from Dviglo::HashIteratorBase | |
| HashIteratorBase () | |
| Construct. | |
| HashIteratorBase (HashNodeBase *ptr) | |
| Construct with a node pointer. | |
| bool | operator== (const HashIteratorBase &rhs) const |
| Test for equality with another iterator. | |
| bool | operator!= (const HashIteratorBase &rhs) const |
| Test for inequality with another iterator. | |
| void | GotoNext () |
| Go to the next node. | |
| void | GotoPrev () |
| Go to the previous node. | |
Additional Inherited Members | |
Public Attributes inherited from Dviglo::HashIteratorBase | |
| HashNodeBase * | ptr_ |
| Node pointer. | |
Hash set node iterator.
1.8.17