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

#include <SparseArray.h>

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

Public Member Functions

 TConstIterator (const TSparseArray &InArray)
 
 TConstIterator (const TSparseArray &InArray, const typename TBaseIterator< true >::BitArrayItType &InBitArrayIt)
 
- 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
 

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 >::TConstIterator

Iterates over all allocated elements in a const sparse array.

Definition at line 685 of file SparseArray.h.

Constructor & Destructor Documentation

◆ TConstIterator() [1/2]

template<typename InElementType , typename Allocator >
TSparseArray< InElementType, Allocator >::TConstIterator::TConstIterator ( const TSparseArray & InArray)
inline

Definition at line 688 of file SparseArray.h.

◆ TConstIterator() [2/2]

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

Definition at line 693 of file SparseArray.h.


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