![]() |
Ark Server API (ASE) - Wiki
|
#include <Set.h>
Inheritance diagram for TSet< InElementType, KeyFuncs, Allocator >::TIterator:
Collaboration diagram for TSet< InElementType, KeyFuncs, Allocator >::TIterator:Public Member Functions | |
| FORCEINLINE | TIterator (TSet &InSet) |
| FORCEINLINE void | RemoveCurrent () |
Public Member Functions inherited from TSet< InElementType, KeyFuncs, Allocator >::TBaseIterator< bConst, bRangedFor > | |
| FORCEINLINE | TBaseIterator (const ElementItType &InElementIt) |
| FORCEINLINE TBaseIterator & | operator++ () |
| FORCEINLINE | operator bool () const |
| FORCEINLINE bool | operator! () const |
| FORCEINLINE FSetElementId | GetId () const |
| FORCEINLINE ItElementType * | operator-> () const |
| FORCEINLINE ItElementType & | operator* () const |
Private Attributes | |
| TSet & | Set |
Friends | |
| class | TSet |
Additional Inherited Members | |
Public Types inherited from TSet< InElementType, KeyFuncs, Allocator >::TBaseIterator< bConst, bRangedFor > | |
| typedef TChooseClass< bConst, typenameTChooseClass< bRangedFor, typenameElementArrayType::TRangedForConstIterator, typenameElementArrayType::TConstIterator >::Result, typenameTChooseClass< bRangedFor, typenameElementArrayType::TRangedForIterator, typenameElementArrayType::TIterator >::Result >::Result | ElementItType |
Public Attributes inherited from TSet< InElementType, KeyFuncs, Allocator >::TBaseIterator< bConst, bRangedFor > | |
| ElementItType | ElementIt |
Used to iterate over the elements of a TSet.
|
inline |
|
friend |