Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TKeyIterator Class Reference

#include <Map.h>

+ Inheritance diagram for TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TKeyIterator:
+ Collaboration diagram for TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TKeyIterator:

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 TBaseKeyIteratoroperator++ ()
 
FORCEINLINE operator bool () const
 
FORCEINLINE bool operator! () const
 
FORCEINLINE ItKeyTypeKey () const
 
FORCEINLINE ItValueTypeValue () const
 

Additional Inherited Members

- Protected Attributes inherited from TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TBaseKeyIterator< false >
SetItType SetIt
 

Detailed Description

template<typename KeyType, typename ValueType, typename SetAllocator, typename KeyFuncs>
class TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TKeyIterator

Iterates over values associated with a specified key in a map.

Definition at line 684 of file Map.h.

Constructor & Destructor Documentation

◆ TKeyIterator()

template<typename KeyType , typename ValueType , typename SetAllocator , typename KeyFuncs >
FORCEINLINE TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TKeyIterator::TKeyIterator ( TMapBase & InMap,
KeyInitType InKey )
inline

Definition at line 687 of file Map.h.

Member Function Documentation

◆ RemoveCurrent()

template<typename KeyType , typename ValueType , typename SetAllocator , typename KeyFuncs >
FORCEINLINE void TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TKeyIterator::RemoveCurrent ( )
inline

Removes the current key-value pair from the map.

Definition at line 692 of file Map.h.


The documentation for this class was generated from the following file: