Ark Server API (ASE) - Wiki
|
#include <Set.h>
Public Member Functions | |
FORCEINLINE | TKeyIterator (TSet &InSet, KeyInitType InKey) |
FORCEINLINE void | RemoveCurrent () |
Public Member Functions inherited from TSet< InElementType, KeyFuncs, Allocator >::TBaseKeyIterator< bConst > | |
FORCEINLINE | TBaseKeyIterator (SetType &InSet, KeyInitType InKey) |
FORCEINLINE TBaseKeyIterator & | operator++ () |
FORCEINLINE | operator bool () const |
FORCEINLINE bool | operator! () const |
FORCEINLINE ItElementType * | operator-> () const |
FORCEINLINE ItElementType & | operator* () const |
Private Attributes | |
TSet & | Set |
Additional Inherited Members | |
Protected Attributes inherited from TSet< InElementType, KeyFuncs, Allocator >::TBaseKeyIterator< bConst > | |
SetType & | Set |
TTypeTraits< typenameKeyFuncs::KeyType >::ConstPointerType | Key |
FSetElementId | Id |
FSetElementId | NextId |
Used to iterate over the elements of a TSet.
|
inline |
|
inline |