![]() |
Ark Server API (ASA) - Wiki
|
#include <Set.h>
Inheritance diagram for TSet< InElementType, KeyFuncs, Allocator >::TKeyIterator:
Collaboration diagram for TSet< InElementType, KeyFuncs, Allocator >::TKeyIterator:Public Types | |
| using | KeyArgumentType = typename Super::KeyArgumentType |
Public Types inherited from TSet< InElementType, KeyFuncs, Allocator >::TBaseKeyIterator< bConst > | |
| using | KeyArgumentType |
Public Member Functions | |
| FORCEINLINE | TKeyIterator (TSet &InSet, KeyArgumentType InKey) |
| FORCEINLINE void | RemoveCurrent () |
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<false> |
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 TSet.
| using TSet< InElementType, KeyFuncs, Allocator >::TKeyIterator::KeyArgumentType = typename Super::KeyArgumentType |
|
private |
|
inline |
|
inline |