Ark Server API (ASE) - Wiki
|
#include <Set.h>
Public Member Functions | |
FORCEINLINE | TConstKeyIterator (const TSet &InSet, KeyInitType InKey) |
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 |
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 const TSet.
|
inline |