Ark Server API (ASE) - Wiki
|
#include <SparseArray.h>
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 TBaseIterator & | operator++ () |
FORCEINLINE int32 | GetIndex () const |
FORCEINLINE | operator bool () const |
FORCEINLINE bool | operator! () const |
FORCEINLINE ItElementType & | operator* () const |
FORCEINLINE ItElementType * | operator-> () const |
FORCEINLINE const FRelativeBitReference & | GetRelativeBitReference () 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 > | |
ArrayType & | Array |
BitArrayItType | BitArrayIt |
Iterates over all allocated elements in a const sparse array.
Definition at line 685 of file SparseArray.h.
|
inline |
Definition at line 688 of file SparseArray.h.
|
inline |
Definition at line 693 of file SparseArray.h.