|  | 
| T & | operator* () | 
|  | 
| T * | operator-> () | 
|  | 
|  | operator T* () | 
|  | 
| const T & | operator* () const | 
|  | 
| const T * | operator-> () const | 
|  | 
|  | operator const T * () const | 
|  | 
| void | Next () | 
|  | 
| bool | IsValid () const | 
|  | 
| void | operator++ () | 
|  | 
|  | 
| class | ezBlockStorage< T, BlockSizeInByte, StorageType > | 
|  | 
|  | 
|  | ConstIterator (const ezBlockStorage< T, BlockSizeInByte, StorageType > &storage, ezUInt32 uiStartIndex, ezUInt32 uiCount) | 
|  | 
| T & | CurrentElement () const | 
|  | 
| const ezBlockStorage< T, BlockSizeInByte, StorageType > & | m_Storage | 
|  | 
| ezUInt32 | m_uiCurrentIndex | 
|  | 
| ezUInt32 | m_uiEndIndex | 
|  | 
The documentation for this class was generated from the following files:
- /home/runner/work/ezEngine/ezEngine/Code/Engine/Foundation/Memory/BlockStorage.h
- /home/runner/work/ezEngine/ezEngine/Code/Engine/Foundation/Memory/Implementation/BlockStorage_inl.h