Ark Server API (ASE) - Wiki
|
#include <TArray.h>
Public Member Functions | |
TCheckedPointerIterator (const int32 &InNum, ElementType *InPtr) | |
FORCEINLINE ElementType & | operator* () const |
FORCEINLINE TCheckedPointerIterator & | operator++ () |
FORCEINLINE TCheckedPointerIterator & | operator-- () |
Private Attributes | |
ElementType * | Ptr |
const int32 & | CurrentNum |
int32 | InitialNum |
Friends | |
FORCEINLINE friend bool | operator!= (const TCheckedPointerIterator &Lhs, const TCheckedPointerIterator &Rhs) |
Pointer-like iterator type for ranged-for loops which checks that the container hasn't been resized during iteration.
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
friend |
|
private |
|
private |
|
private |