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

#include <SortedMap.h>

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

Public Member Functions

FORCEINLINE TReverseIterator (TSortedMap &InMap)
 
- Public Member Functions inherited from TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >::TBaseReverseIterator< false >
FORCEINLINE TBaseReverseIteratoroperator++ ()
 
FORCEINLINE operator bool () const
 
FORCEINLINE bool operator== (const TBaseReverseIterator &Rhs) const
 
FORCEINLINE bool operator!= (const TBaseReverseIterator &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 >::TBaseReverseIterator< false >
typedef TChooseClass< bConst, consttypenameElementArrayType::ElementType, typenameElementArrayType::ElementType >::Result PairType
 
- Protected Member Functions inherited from TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >::TBaseReverseIterator< false >
FORCEINLINE TBaseReverseIterator (PairType *InData, SizeType InNum)
 
- Protected Attributes inherited from TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >::TBaseReverseIterator< false >
PairTypeData
 
SizeType Index
 

Detailed Description

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

Reverse Map iterator

Definition at line 649 of file SortedMap.h.

Constructor & Destructor Documentation

◆ TReverseIterator()

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

Definition at line 652 of file SortedMap.h.


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