Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TMapPrivateFriend Struct Reference

#include <Map.h>

Static Public Member Functions

template<typename KeyType , typename ValueType , typename SetAllocator , typename KeyFuncs >
static FORCEINLINE FArchiveSerialize (FArchive &Ar, TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > &Map)
 
template<typename KeyType , typename ValueType , typename SetAllocator , typename KeyFuncs >
static FORCEINLINE void SerializeStructured (FStructuredArchive::FSlot Slot, TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > &InMap)
 
template<typename KeyType , typename ValueType , typename SetAllocator , typename KeyFuncs >
static bool LegacyCompareEqual (const TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > &A, const TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > &B)
 

Detailed Description

Definition at line 1872 of file Map.h.

Member Function Documentation

◆ LegacyCompareEqual()

template<typename KeyType , typename ValueType , typename SetAllocator , typename KeyFuncs >
static bool TMapPrivateFriend::LegacyCompareEqual ( const TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > & A,
const TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > & B )
inlinestatic

Definition at line 1921 of file Map.h.

◆ Serialize()

template<typename KeyType , typename ValueType , typename SetAllocator , typename KeyFuncs >
static FORCEINLINE FArchive & TMapPrivateFriend::Serialize ( FArchive & Ar,
TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > & Map )
inlinestatic

Definition at line 1875 of file Map.h.

◆ SerializeStructured()

template<typename KeyType , typename ValueType , typename SetAllocator , typename KeyFuncs >
static FORCEINLINE void TMapPrivateFriend::SerializeStructured ( FStructuredArchive::FSlot Slot,
TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > & InMap )
inlinestatic

Definition at line 1882 of file Map.h.


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