![]() |
Ark Server API (ASE) - Wiki
|
#include <Map.h>
Inheritance diagram for TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TConstKeyIterator:
Collaboration diagram for TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TConstKeyIterator:Public Member Functions | |
| FORCEINLINE | TConstKeyIterator (const TMapBase &InMap, KeyInitType 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 |
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.
|
inline |