|
| 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 > |
| UE_FORCEINLINE_HINT FArchive & | operator<< (FArchive &Ar, TMAPBASE< KeyType, ValueType, SetAllocator, KeyFuncs > &Map) |
| |
| template<typename KeyType , typename ValueType , typename SetAllocator , typename KeyFuncs > |
| UE_FORCEINLINE_HINT 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) |
| |