|
| template<typename T , typename AllocatorType > |
| void * | operator new (size_t Size, TArray< T, AllocatorType > &Array) |
| |
| template<typename T , typename AllocatorType > |
| void * | operator new (size_t Size, TArray< T, AllocatorType > &Array, typename TArray< T, AllocatorType >::SizeType Index) |
| |
| template<typename ContainerType , typename ElementType , typename SizeType > |
| UE_NODEBUG UE_FORCEINLINE_HINT TIndexedContainerIterator< ContainerType, ElementType, SizeType > | operator+ (SizeType Offset, TIndexedContainerIterator< ContainerType, ElementType, SizeType > RHS) |
| |
| template<typename T , typename AllocatorType > |
| UE_NODEBUG void | Freeze::IntrinsicWriteMemoryImage (FMemoryImageWriter &Writer, const TArray< T, AllocatorType > &Object, const FTypeLayoutDesc &) |
| |
| template<typename T , typename AllocatorType > |
| UE_NODEBUG uint32 | Freeze::IntrinsicUnfrozenCopy (const FMemoryUnfreezeContent &Context, const TArray< T, AllocatorType > &Object, void *OutDst) |
| |
| template<typename T , typename AllocatorType > |
| UE_NODEBUG uint32 | Freeze::IntrinsicAppendHash (const TArray< T, AllocatorType > *DummyObject, const FTypeLayoutDesc &TypeDesc, const FPlatformTypeLayoutParameters &LayoutParams, FSHA1 &Hasher) |
| |
| template<typename T , typename AllocatorType > |
| UE_NODEBUG uint32 | Freeze::IntrinsicGetTargetAlignment (const TArray< T, AllocatorType > *DummyObject, const FTypeLayoutDesc &TypeDesc, const FPlatformTypeLayoutParameters &LayoutParams) |
| |
| template<typename T , typename AllocatorType > |
| UE_NODEBUG void | Freeze::IntrinsicToString (const TArray< T, AllocatorType > &Object, const FTypeLayoutDesc &TypeDesc, const FPlatformTypeLayoutParameters &LayoutParams, FMemoryToStringContext &OutContext) |
| |
| | DECLARE_TEMPLATE_INTRINSIC_TYPE_LAYOUT ((template< typename T, typename AllocatorType >),(TArray< T, AllocatorType >)) |
| |
| template<typename T , typename AllocatorType > |
| UE_NODEBUG void * | operator new (size_t Size, TArray< T, AllocatorType > &Array) |
| |
| template<typename T , typename AllocatorType > |
| UE_NODEBUG void * | operator new (size_t Size, TArray< T, AllocatorType > &Array, typename TArray< T, AllocatorType >::SizeType Index) |
| |
| template<typename ElementType , typename AllocatorType > |
| UE_NODEBUG FArchive & | operator<< (FArchive &Ar, TArray< ElementType, AllocatorType > &A) |
| |
| template<typename InElementType , typename InAllocatorType > |
| uint32 | GetTypeHash (const TArray< InElementType, InAllocatorType > &A) |
| |