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

Public Member Functions

T & operator* ()
 
T * operator-> ()
 
 operator T* ()
 
- Public Member Functions inherited from ezBlockStorage< T, BlockSizeInByte, StorageType >::ConstIterator
const T & operator* () const
 
const T * operator-> () const
 
 operator const T * () const
 
void Next ()
 
bool IsValid () const
 
void operator++ ()
 

Friends

class ezBlockStorage< T, BlockSizeInByte, StorageType >
 

Additional Inherited Members

- Protected Member Functions inherited from ezBlockStorage< T, BlockSizeInByte, StorageType >::ConstIterator
 ConstIterator (const ezBlockStorage< T, BlockSizeInByte, StorageType > &storage, ezUInt32 uiStartIndex, ezUInt32 uiCount)
 
T & CurrentElement () const
 
- Protected Attributes inherited from ezBlockStorage< T, BlockSizeInByte, StorageType >::ConstIterator
const ezBlockStorage< T, BlockSizeInByte, StorageType > & m_Storage
 
ezUInt32 m_uiCurrentIndex
 
ezUInt32 m_uiEndIndex
 

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