Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
SortedMap.h File Reference
#include "Containers/Map.h"
#include "Algo/BinarySearch.h"
#include "Algo/Sort.h"
#include "UObject/NameTypes.h"
+ Include dependency graph for SortedMap.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >
 
struct  TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >::FKeyForward
 
class  TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >::TBaseIterator< bConst >
 
class  TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >::TBaseReverseIterator< bConst >
 
class  TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >::TIterator
 
class  TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >::TConstIterator
 
class  TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >::TReverseIterator
 
class  TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >::TConstReverseIterator
 
class  TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >::TConstKeyIterator
 
class  TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >::TKeyIterator
 
struct  TSortedMapPrivateFriend
 

Functions

 DECLARE_TEMPLATE_INTRINSIC_TYPE_LAYOUT ((template< typename KeyType, typename ValueType, typename ArrayAllocator, typename SortPredicate >),(TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >))
 
template<typename KeyType , typename ValueType , typename ArrayAllocator , typename SortPredicate >
FORCEINLINE FArchiveoperator<< (FArchive &Ar, TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate > &Map)
 

Function Documentation

◆ DECLARE_TEMPLATE_INTRINSIC_TYPE_LAYOUT()

DECLARE_TEMPLATE_INTRINSIC_TYPE_LAYOUT ( (template< typename KeyType, typename ValueType, typename ArrayAllocator, typename SortPredicate >) ,
(TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >)  )

◆ operator<<()

template<typename KeyType , typename ValueType , typename ArrayAllocator , typename SortPredicate >
FORCEINLINE FArchive & operator<< ( FArchive & Ar,
TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate > & Map )

Serializer.

Definition at line 791 of file SortedMap.h.