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

#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 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< true >
SetItType SetIt
 

Detailed Description

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

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

Definition at line 675 of file Map.h.

Constructor & Destructor Documentation

◆ TConstKeyIterator()

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

Definition at line 678 of file Map.h.


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