![]() |
Ark Server API (ASE) - Wiki
|
#include <TArray.h>
Public Member Functions | |
| TIndexedContainerIterator (ContainerType &InContainer, IndexType StartIndex=0) | |
| TIndexedContainerIterator & | operator++ () |
| TIndexedContainerIterator | operator++ (int) |
| TIndexedContainerIterator & | operator-- () |
| TIndexedContainerIterator | operator-- (int) |
| TIndexedContainerIterator & | operator+= (int32 Offset) |
| TIndexedContainerIterator | operator+ (int32 Offset) const |
| TIndexedContainerIterator & | operator-= (int32 Offset) |
| TIndexedContainerIterator | operator- (int32 Offset) const |
| ElementType & | operator* () const |
| ElementType * | operator-> () const |
| FORCEINLINE | operator bool () const |
| IndexType | GetIndex () const |
| void | Reset () |
| void | SetToEnd () |
| void | RemoveCurrent () |
Private Attributes | |
| ContainerType & | Container |
| IndexType | Index |
Friends | |
| FORCEINLINE friend bool | operator== (const TIndexedContainerIterator &Lhs, const TIndexedContainerIterator &Rhs) |
| FORCEINLINE friend bool | operator!= (const TIndexedContainerIterator &Lhs, const TIndexedContainerIterator &Rhs) |
Generic iterator which can operate on types that expose the following:
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
|
private |
|
private |