|
| template<typename T , typename Allocator > |
| void * | operator new (size_t Size, TSparseArray< T, Allocator > &Array) |
| |
| template<typename T , typename Allocator > |
| void * | operator new (size_t Size, TSparseArray< T, Allocator > &Array, int32 Index) |
| |
| void * | operator new (size_t Size, const FSparseArrayAllocationInfo &Allocation) |
| |
| | DECLARE_TEMPLATE_INTRINSIC_TYPE_LAYOUT (template< typename ElementType >, TSparseArrayElementOrFreeListLink< ElementType >) |
| |
| template<typename ElementType , typename Allocator > |
| void | Freeze::IntrinsicWriteMemoryImage (FMemoryImageWriter &Writer, const TSparseArray< ElementType, Allocator > &Object, const FTypeLayoutDesc &) |
| |
| template<typename ElementType , typename Allocator > |
| uint32 | Freeze::IntrinsicUnfrozenCopy (const FMemoryUnfreezeContent &Context, const TSparseArray< ElementType, Allocator > &Object, void *OutDst) |
| |
| template<typename ElementType , typename Allocator > |
| uint32 | Freeze::IntrinsicAppendHash (const TSparseArray< ElementType, Allocator > *DummyObject, const FTypeLayoutDesc &TypeDesc, const FPlatformTypeLayoutParameters &LayoutParams, FSHA1 &Hasher) |
| |
| | DECLARE_TEMPLATE_INTRINSIC_TYPE_LAYOUT ((template< typename ElementType, typename Allocator >),(TSparseArray< ElementType, Allocator >)) |
| |
| void | operator delete (void *, const FSparseArrayAllocationInfo &Allocation) |
| |
| template<typename ElementType , typename Allocator > |
| FArchive & | operator<< (FArchive &Ar, TSparseArray< ElementType, Allocator > &Array) |
| |
| template<typename ElementType , typename Allocator > |
| void | operator<< (FStructuredArchive::FSlot Slot, TSparseArray< ElementType, Allocator > &InArray) |
| |