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

#include <Map.h>

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

Public Member Functions

FORCEINLINE TConstIterator (const TMapBase &InMap)
 
- Public Member Functions inherited from TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TBaseIterator< true >
FORCEINLINE TBaseIterator (const PairItType &InElementIt)
 
FORCEINLINE TBaseIteratoroperator++ ()
 
FORCEINLINE operator bool () const
 
FORCEINLINE bool operator! () const
 
FORCEINLINE ItKeyTypeKey () const
 
FORCEINLINE ItValueTypeValue () const
 
FORCEINLINE PairTypeoperator* () const
 
FORCEINLINE PairTypeoperator-> () const
 

Additional Inherited Members

- Public Types inherited from TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TBaseIterator< true >
typedef TChooseClass< bConst, typenameTChooseClass< false, typenameElementSetType::TRangedForConstIterator, typenameElementSetType::TConstIterator >::Result, typenameTChooseClass< false, typenameElementSetType::TRangedForIterator, typenameElementSetType::TIterator >::Result >::Result PairItType
 
- Protected Attributes inherited from TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TBaseIterator< true >
PairItType PairIt
 

Detailed Description

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

Const map iterator.

Definition at line 662 of file Map.h.

Constructor & Destructor Documentation

◆ TConstIterator()

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

Definition at line 665 of file Map.h.


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