Ark Server API (ASE) - Wiki
|
#include <Map.h>
Public Member Functions | |
FORCEINLINE | TKeyIterator (TMapBase &InMap, KeyInitType InKey) |
FORCEINLINE void | RemoveCurrent () |
Public Member Functions inherited from TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TBaseKeyIterator< false > | |
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< false > | |
SetItType | SetIt |
Iterates over values associated with a specified key in a map.
|
inline |
|
inline |