Ark Server API (ASA) - Wiki
|
#include <Set.h>
Public Types | |
using | KeyArgumentType = typename Super::KeyArgumentType |
Public Types inherited from TSet< InElementType, KeyFuncs, Allocator >::TBaseKeyIterator< bConst > | |
using | KeyArgumentType |
Public Member Functions | |
FORCEINLINE | TConstKeyIterator (const TSet &InSet, KeyArgumentType InKey) |
Public Member Functions inherited from TSet< InElementType, KeyFuncs, Allocator >::TBaseKeyIterator< bConst > | |
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 |
Private Types | |
using | Super = TBaseKeyIterator<true> |
Additional Inherited Members | |
Protected Attributes inherited from TSet< InElementType, KeyFuncs, Allocator >::TBaseKeyIterator< bConst > | |
SetType & | Set |
ReferenceOrValueType | Key |
SizeType | Index |
SizeType | NextIndex |
Used to iterate over the elements of a const TSet.
using TSet< InElementType, KeyFuncs, Allocator >::TConstKeyIterator::KeyArgumentType = typename Super::KeyArgumentType |
|
private |
|
inline |