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

#include <SortedMap.h>

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

Public Member Functions

FORCEINLINE TIterator (TSortedMap &InMap)
 
FORCEINLINE TIterator (const typename TBaseIterator< false >::PairItType &InPairIt)
 
FORCEINLINE void RemoveCurrent ()
 
- 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 >::TIterator

Map iterator

Definition at line 612 of file SortedMap.h.

Constructor & Destructor Documentation

◆ TIterator() [1/2]

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

Definition at line 616 of file SortedMap.h.

◆ TIterator() [2/2]

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

Definition at line 621 of file SortedMap.h.

Member Function Documentation

◆ RemoveCurrent()

template<typename KeyType , typename ValueType , typename ArrayAllocator , typename SortPredicate >
FORCEINLINE void TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >::TIterator::RemoveCurrent ( )
inline

Removes the current pair from the map

Definition at line 627 of file SortedMap.h.


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