|
template<typename KeyType , typename ValueType , typename SetAllocator , typename KeyFuncs > |
void | Freeze::IntrinsicWriteMemoryImage (FMemoryImageWriter &Writer, const TMap< KeyType, ValueType, SetAllocator, KeyFuncs > &Object, const FTypeLayoutDesc &) |
|
template<typename KeyType , typename ValueType , typename SetAllocator , typename KeyFuncs > |
uint32 | Freeze::IntrinsicUnfrozenCopy (const FMemoryUnfreezeContent &Context, const TMap< KeyType, ValueType, SetAllocator, KeyFuncs > &Object, void *OutDst) |
|
template<typename KeyType , typename ValueType , typename SetAllocator , typename KeyFuncs > |
uint32 | Freeze::IntrinsicAppendHash (const TMap< KeyType, ValueType, SetAllocator, KeyFuncs > *DummyObject, const FTypeLayoutDesc &TypeDesc, const FPlatformTypeLayoutParameters &LayoutParams, FSHA1 &Hasher) |
|
| DECLARE_TEMPLATE_INTRINSIC_TYPE_LAYOUT ((template< typename KeyType, typename ValueType, typename SetAllocator, typename KeyFuncs >),(TMap< KeyType, ValueType, SetAllocator, KeyFuncs >)) |
|
template<typename KeyType , typename ValueType , typename SetAllocator , typename KeyFuncs > |
void | Freeze::IntrinsicWriteMemoryImage (FMemoryImageWriter &Writer, const TMultiMap< KeyType, ValueType, SetAllocator, KeyFuncs > &Object, const FTypeLayoutDesc &) |
|
template<typename KeyType , typename ValueType , typename SetAllocator , typename KeyFuncs > |
uint32 | Freeze::IntrinsicUnfrozenCopy (const FMemoryUnfreezeContent &Context, const TMultiMap< KeyType, ValueType, SetAllocator, KeyFuncs > &Object, void *OutDst) |
|
template<typename KeyType , typename ValueType , typename SetAllocator , typename KeyFuncs > |
uint32 | Freeze::IntrinsicAppendHash (const TMultiMap< KeyType, ValueType, SetAllocator, KeyFuncs > *DummyObject, const FTypeLayoutDesc &TypeDesc, const FPlatformTypeLayoutParameters &LayoutParams, FSHA1 &Hasher) |
|
| DECLARE_TEMPLATE_INTRINSIC_TYPE_LAYOUT ((template< typename KeyType, typename ValueType, typename SetAllocator, typename KeyFuncs >),(TMultiMap< KeyType, ValueType, SetAllocator, KeyFuncs >)) |
|
template<typename KeyType , typename ValueType , typename SetAllocator , typename KeyFuncs > |
FORCEINLINE FArchive & | operator<< (FArchive &Ar, TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > &Map) |
|
template<typename KeyType , typename ValueType , typename SetAllocator , typename KeyFuncs > |
FORCEINLINE void | operator<< (FStructuredArchive::FSlot Slot, TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > &InMap) |
|
template<typename KeyType , typename ValueType , typename SetAllocator , typename KeyFuncs > |
bool | LegacyCompareEqual (const TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > &A, const TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > &B) |
|
template<typename KeyType , typename ValueType , typename SetAllocator , typename KeyFuncs > |
bool | LegacyCompareNotEqual (const TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > &A, const TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs > &B) |
|