![]() |
Ark Server API (ASA) - Wiki
|
#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 TBaseIterator & | operator++ () |
| FORCEINLINE int32 | GetIndex () const |
| FORCEINLINE bool | operator== (const TBaseIterator &Rhs) const |
| FORCEINLINE bool | operator!= (const TBaseIterator &Rhs) 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 944 of file SparseArray.h.
|
inline |
Definition at line 947 of file SparseArray.h.
|
inline |
Definition at line 952 of file SparseArray.h.