ezEngine  Release 25.03
ezBlockStorage< T, BlockSizeInByte, StorageType >::ConstIterator Class Reference
Inheritance diagram for ezBlockStorage< T, BlockSizeInByte, StorageType >::ConstIterator:

Public Member Functions

const T & operator* () const
 
const T * operator-> () const
 
 operator const T * () const
 
void Next ()
 
bool IsValid () const
 
void operator++ ()
 

Protected Member Functions

 ConstIterator (const ezBlockStorage< T, BlockSizeInByte, StorageType > &storage, ezUInt32 uiStartIndex, ezUInt32 uiCount)
 
T & CurrentElement () const
 

Protected Attributes

const ezBlockStorage< T, BlockSizeInByte, StorageType > & m_Storage
 
ezUInt32 m_uiCurrentIndex
 
ezUInt32 m_uiEndIndex
 

Friends

class ezBlockStorage< T, BlockSizeInByte, StorageType >
 

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