![]() |
Ark Server API (ASE) - Wiki
|
#include <Map.h>
Collaboration diagram for TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TBaseKeyIterator< bConst >:Public Member Functions | |
| FORCEINLINE | TBaseKeyIterator (const SetItType &InSetIt) |
| FORCEINLINE TBaseKeyIterator & | operator++ () |
| FORCEINLINE | operator bool () const |
| FORCEINLINE bool | operator! () const |
| FORCEINLINE ItKeyType & | Key () const |
| FORCEINLINE ItValueType & | Value () const |
Protected Attributes | |
| SetItType | SetIt |
Private Types | |
| typedef TChooseClass< bConst, typenameElementSetType::TConstKeyIterator, typenameElementSetType::TKeyIterator >::Result | SetItType |
| typedef TChooseClass< bConst, constKeyType, KeyType >::Result | ItKeyType |
| typedef TChooseClass< bConst, constValueType, ValueType >::Result | ItValueType |
The base type of iterators that iterate over the values associated with a specified key.
|
private |
|
private |
|
private |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
protected |