Ark Server API (ASA) - Wiki
|
#include <Map.h>
Public Types | |
using | KeyArgumentType = typename IteratorType::KeyArgumentType |
Public Member Functions | |
FORCEINLINE | TConstKeyIterator (const TMapBase &InMap, KeyArgumentType InKey) |
Public Member Functions inherited from TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TBaseKeyIterator< true > | |
FORCEINLINE | TBaseKeyIterator (const SetItType &InSetIt) |
FORCEINLINE TBaseKeyIterator & | operator++ () |
FORCEINLINE | operator bool () const |
FORCEINLINE bool | operator! () const |
FORCEINLINE ItKeyType & | Key () const |
FORCEINLINE ItValueType & | Value () const |
Private Types | |
using | Super = TBaseKeyIterator<true> |
using | IteratorType = typename ElementSetType::TConstKeyIterator |
Additional Inherited Members | |
Protected Attributes inherited from TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TBaseKeyIterator< true > | |
SetItType | SetIt |
Iterates over values associated with a specified key in a const map.
|
private |
using TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TConstKeyIterator::KeyArgumentType = typename IteratorType::KeyArgumentType |
|
private |
|
inline |