Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >::TConstIterator Class Reference

#include <SortedMap.h>

+ Inheritance diagram for TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >::TConstIterator:
+ Collaboration diagram for TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >::TConstIterator:

Public Member Functions

FORCEINLINE TConstIterator (const TSortedMap &InMap)
 
FORCEINLINE TConstIterator (const typename TBaseIterator< true >::PairItType &InPairIt)
 
- Public Member Functions inherited from TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >::TBaseIterator< bConst >
FORCEINLINE TBaseIteratoroperator++ ()
 
FORCEINLINE operator bool () const
 
FORCEINLINE bool operator== (const TBaseIterator &Rhs) const
 
FORCEINLINE bool operator!= (const TBaseIterator &Rhs) const
 
FORCEINLINE ItKeyTypeKey () const
 
FORCEINLINE ItValueTypeValue () const
 
FORCEINLINE PairTypeoperator* () const
 
FORCEINLINE PairTypeoperator-> () 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
 

Detailed Description

template<typename KeyType, typename ValueType, typename ArrayAllocator, typename SortPredicate>
class TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >::TConstIterator

Const map iterator

Definition at line 634 of file SortedMap.h.

Constructor & Destructor Documentation

◆ TConstIterator() [1/2]

template<typename KeyType , typename ValueType , typename ArrayAllocator , typename SortPredicate >
FORCEINLINE TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >::TConstIterator::TConstIterator ( const TSortedMap & InMap)
inline

Definition at line 637 of file SortedMap.h.

◆ TConstIterator() [2/2]

template<typename KeyType , typename ValueType , typename ArrayAllocator , typename SortPredicate >
FORCEINLINE TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >::TConstIterator::TConstIterator ( const typename TBaseIterator< true >::PairItType & InPairIt)
inline

Definition at line 642 of file SortedMap.h.


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