Ark Server API (ASA) - Wiki
|
Public Types | |
using | KeyArgumentType |
Public Member Functions | |
FORCEINLINE | TBaseKeyIterator (SetType &InSet, KeyArgumentType InKey) |
FORCEINLINE TBaseKeyIterator & | operator++ () |
FORCEINLINE | operator bool () const |
FORCEINLINE bool | operator! () const |
FORCEINLINE ItElementType * | operator-> () const |
FORCEINLINE ItElementType & | operator* () const |
Protected Attributes | |
SetType & | Set |
ReferenceOrValueType | Key |
SizeType | Index |
SizeType | NextIndex |
Private Types | |
typedef TChooseClass< bConst, constTSet, TSet >::Result | SetType |
typedef TChooseClass< bConst, constElementType, ElementType >::Result | ItElementType |
typedef TTypeTraits< typenameKeyFuncs::KeyType >::ConstPointerType | ReferenceOrValueType |
The base type of whole set iterators.
|
private |
using TSet< InElementType, KeyFuncs, Allocator >::TBaseKeyIterator< bConst >::KeyArgumentType |
|
private |
|
private |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |