![]() |
Ark Server API (ASA) - Wiki
|
#include <SortedMap.h>
Inheritance diagram for TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >::TKeyIterator:
Collaboration diagram for TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >::TKeyIterator:Public Member Functions | |
| FORCEINLINE | TKeyIterator (TSortedMap &InMap, KeyInitType InKey) |
| FORCEINLINE TKeyIterator & | operator++ () |
| FORCEINLINE void | RemoveCurrent () |
Public Member Functions inherited from TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >::TBaseIterator< bConst > | |
| FORCEINLINE TBaseIterator & | operator++ () |
| FORCEINLINE | operator bool () const |
| FORCEINLINE bool | operator== (const TBaseIterator &Rhs) const |
| FORCEINLINE bool | operator!= (const TBaseIterator &Rhs) const |
| FORCEINLINE ItKeyType & | Key () const |
| FORCEINLINE ItValueType & | Value () const |
| FORCEINLINE PairType & | operator* () const |
| FORCEINLINE PairType * | operator-> () const |
Additional Inherited Members | |
Public Types inherited from TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >::TBaseIterator< bConst > | |
| typedef TChooseClass< bConst, typenameElementArrayType::TConstIterator, typenameElementArrayType::TIterator >::Result | PairItType |
Protected Member Functions inherited from TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >::TBaseIterator< bConst > | |
| FORCEINLINE | TBaseIterator (const PairItType &InElementIt) |
Protected Attributes inherited from TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >::TBaseIterator< bConst > | |
| PairItType | PairIt |
Iterates over values associated with a specified key in a map. This will be at most one value because keys must be unique
Definition at line 699 of file SortedMap.h.
|
inline |
Definition at line 702 of file SortedMap.h.
|
inline |
Definition at line 717 of file SortedMap.h.
|
inline |
Removes the current key-value pair from the map.
Definition at line 724 of file SortedMap.h.