Urho3D
Public Member Functions | Public Attributes | List of all members
Urho3D::HashIteratorBase Struct Reference

Hash set/map iterator base class. More...

#include </home/runner/work/rurho3d.github.io/rurho3d.github.io/urho3d_repo/Source/Urho3D/Container/HashBase.h>

Inheritance diagram for Urho3D::HashIteratorBase:
Urho3D::HashMap< T, U >::ConstIterator Urho3D::HashMap< T, U >::Iterator Urho3D::HashSet< T >::ConstIterator Urho3D::HashSet< T >::Iterator

Public Member Functions

 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.
 

Public Attributes

HashNodeBaseptr_
 Node pointer.
 

Detailed Description

Hash set/map iterator base class.


The documentation for this struct was generated from the following file: