![]() |
Ark Server API (ASE) - Wiki
|
#include <Set.h>
Inheritance diagram for TSet< InElementType, KeyFuncs, Allocator >::TConstKeyIterator:
Collaboration diagram for TSet< InElementType, KeyFuncs, Allocator >::TConstKeyIterator: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 |