|
template<typename T > |
FORCEINLINE void | MoveByRelocate (T &A, T &B) |
|
| DECLARE_INTRINSIC_TYPE_LAYOUT (FSetElementId) |
|
template<typename ElementType , typename KeyFuncs , typename Allocator > |
void | Freeze::IntrinsicWriteMemoryImage (FMemoryImageWriter &Writer, const TSet< ElementType, KeyFuncs, Allocator > &Object, const FTypeLayoutDesc &) |
|
template<typename ElementType , typename KeyFuncs , typename Allocator > |
uint32 | Freeze::IntrinsicUnfrozenCopy (const FMemoryUnfreezeContent &Context, const TSet< ElementType, KeyFuncs, Allocator > &Object, void *OutDst) |
|
template<typename ElementType , typename KeyFuncs , typename Allocator > |
uint32 | Freeze::IntrinsicAppendHash (const TSet< ElementType, KeyFuncs, Allocator > *DummyObject, const FTypeLayoutDesc &TypeDesc, const FPlatformTypeLayoutParameters &LayoutParams, FSHA1 &Hasher) |
|
| DECLARE_TEMPLATE_INTRINSIC_TYPE_LAYOUT ((template< typename ElementType, typename KeyFuncs, typename Allocator >),(TSet< ElementType, KeyFuncs, Allocator >)) |
|
template<typename ElementType > |
FORCEINLINE FArchive & | operator<< (FArchive &Ar, TSetElement< ElementType > &Element) |
|
template<typename ElementType > |
FORCEINLINE void | operator<< (FStructuredArchive::FSlot &Ar, TSetElement< ElementType > &Element) |
|
template<typename ElementType , typename KeyFuncs , typename Allocator > |
FArchive & | operator<< (FArchive &Ar, TSet< ElementType, KeyFuncs, Allocator > &Set) |
|
template<typename ElementType , typename KeyFuncs , typename Allocator > |
void | operator<< (FStructuredArchive::FSlot &Ar, TSet< ElementType, KeyFuncs, Allocator > &Set) |
|
template<typename ElementType , typename KeyFuncs , typename Allocator > |
bool | LegacyCompareEqual (const TSet< ElementType, KeyFuncs, Allocator > &A, const TSet< ElementType, KeyFuncs, Allocator > &B) |
|
template<typename ElementType , typename KeyFuncs , typename Allocator > |
bool | LegacyCompareNotEqual (const TSet< ElementType, KeyFuncs, Allocator > &A, const TSet< ElementType, KeyFuncs, Allocator > &B) |
|