![]() |
Ark Server API (ASE) - Wiki
|
Inheritance diagram for TSet< InElementType, KeyFuncs, Allocator >::TBaseKeyIterator< bConst >:
Collaboration diagram for TSet< InElementType, KeyFuncs, Allocator >::TBaseKeyIterator< bConst >:Public Member Functions | |
| 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 |
Protected Attributes | |
| SetType & | Set |
| TTypeTraits< typenameKeyFuncs::KeyType >::ConstPointerType | Key |
| FSetElementId | Id |
| FSetElementId | NextId |
Private Types | |
| typedef TChooseClass< bConst, constTSet, TSet >::Result | SetType |
| typedef TChooseClass< bConst, constElementType, ElementType >::Result | ItElementType |
The base type of whole set iterators.
|
private |
|
private |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |