Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
TSparseArray< InElementType, Allocator >::TRangedForIterator Class Reference

#include <SparseArray.h>

+ Inheritance diagram for TSparseArray< InElementType, Allocator >::TRangedForIterator:
+ Collaboration diagram for TSparseArray< InElementType, Allocator >::TRangedForIterator:

Public Member Functions

 TRangedForIterator (TSparseArray &InArray, const typename TBaseIterator< false >::BitArrayItType &InBitArrayIt)
 
- Public Member Functions inherited from TSparseArray< InElementType, Allocator >::TIterator
 TIterator (TSparseArray &InArray)
 
 TIterator (TSparseArray &InArray, const typename TBaseIterator< false >::BitArrayItType &InBitArrayIt)
 
void RemoveCurrent ()
 
- Public Member Functions inherited from TSparseArray< InElementType, Allocator >::TBaseIterator< bConst >
 TBaseIterator (ArrayType &InArray, const BitArrayItType &InBitArrayIt)
 
FORCEINLINE TBaseIteratoroperator++ ()
 
FORCEINLINE int32 GetIndex () const
 
FORCEINLINE operator bool () const
 
FORCEINLINE bool operator! () const
 
FORCEINLINE ItElementTypeoperator* () const
 
FORCEINLINE ItElementTypeoperator-> () const
 
FORCEINLINE const FRelativeBitReferenceGetRelativeBitReference () const
 

Private Attributes

int32 InitialNum
 

Friends

FORCEINLINE bool operator!= (const TRangedForIterator &Lhs, const TRangedForIterator &Rhs)
 

Additional Inherited Members

- Public Types inherited from TSparseArray< InElementType, Allocator >::TBaseIterator< bConst >
typedef TConstSetBitIterator< typename Allocator::BitArrayAllocator > BitArrayItType
 
- Protected Attributes inherited from TSparseArray< InElementType, Allocator >::TBaseIterator< bConst >
ArrayTypeArray
 
BitArrayItType BitArrayIt
 

Detailed Description

template<typename InElementType, typename Allocator>
class TSparseArray< InElementType, Allocator >::TRangedForIterator

Definition at line 700 of file SparseArray.h.

Constructor & Destructor Documentation

◆ TRangedForIterator()

template<typename InElementType , typename Allocator >
TSparseArray< InElementType, Allocator >::TRangedForIterator::TRangedForIterator ( TSparseArray & InArray,
const typename TBaseIterator< false >::BitArrayItType & InBitArrayIt )
inline

Definition at line 703 of file SparseArray.h.

Friends And Related Symbol Documentation

◆ operator!=

template<typename InElementType , typename Allocator >
FORCEINLINE bool operator!= ( const TRangedForIterator & Lhs,
const TRangedForIterator & Rhs )
friend

Definition at line 712 of file SparseArray.h.

Member Data Documentation

◆ InitialNum

template<typename InElementType , typename Allocator >
int32 TSparseArray< InElementType, Allocator >::TRangedForIterator::InitialNum
private

Definition at line 710 of file SparseArray.h.


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