ezEngine Release 26.3
Loading...
Searching...
No Matches
ezHashSetBase< KeyType, Hasher >::ConstIterator Class Reference

Const iterator. More...

#include <HashSet.h>

Public Member Functions

bool IsValid () const
 Checks whether this iterator points to a valid element.
 
bool operator== (const typename ezHashSetBase< KeyType, Hasher >::ConstIterator &rhs) const
 Checks whether the two iterators point to the same element.
 
 EZ_ADD_DEFAULT_OPERATOR_NOTEQUAL (const typename ezHashSetBase< KeyType, Hasher >::ConstIterator &)
 
const KeyType & Key () const
 Returns the 'key' of the element that this iterator points to.
 
EZ_ALWAYS_INLINE const KeyType & operator* () const
 Returns the 'key' of the element that this iterator points to.
 
void Next ()
 Advances the iterator to the next element in the map. The iterator will not be valid anymore, if the end is reached.
 
void operator++ ()
 Shorthand for 'Next'.
 

Protected Member Functions

 ConstIterator (const ezHashSetBase< KeyType, Hasher > &hashSet)
 
void SetToBegin ()
 
void SetToEnd ()
 

Protected Attributes

const ezHashSetBase< KeyType, Hasher > * m_pHashSet = nullptr
 
ezUInt32 m_uiCurrentIndex = 0
 
ezUInt32 m_uiCurrentCount = 0
 

Friends

class ezHashSetBase< KeyType, Hasher >
 

Detailed Description

template<typename KeyType, typename Hasher>
class ezHashSetBase< KeyType, Hasher >::ConstIterator

Const iterator.


The documentation for this class was generated from the following files: