Plasma Engine  2.0
Loading...
Searching...
No Matches
plBlockStorage< T, BlockSizeInByte, StorageType >::ConstIterator Class Reference
Inheritance diagram for plBlockStorage< 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 plBlockStorage< T, BlockSizeInByte, StorageType > &storage, plUInt32 uiStartIndex, plUInt32 uiCount)
 
T & CurrentElement () const
 

Protected Attributes

const plBlockStorage< T, BlockSizeInByte, StorageType > & m_Storage
 
plUInt32 m_uiCurrentIndex
 
plUInt32 m_uiEndIndex
 

Friends

class plBlockStorage< T, BlockSizeInByte, StorageType >
 

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