|
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 > |
FORCEINLINE TIndexedContainerIterator< ContainerType, ElementType, SizeType > | operator+ (SizeType Offset, TIndexedContainerIterator< ContainerType, ElementType, SizeType > RHS) |
|
template<typename T > |
FORCEINLINE decltype(auto) | UE4Array_Private::GetDataHelper (T &&Arg) |
|
template<typename FromArrayType , typename ToArrayType > |
constexpr bool | UE4Array_Private::CanMoveTArrayPointersBetweenArrayTypes () |
|
template<typename T , typename AllocatorType > |
void | Freeze::IntrinsicWriteMemoryImage (FMemoryImageWriter &Writer, const TArray< T, AllocatorType > &Object, const FTypeLayoutDesc &) |
|
template<typename T , typename AllocatorType > |
uint32 | Freeze::IntrinsicUnfrozenCopy (const FMemoryUnfreezeContent &Context, const TArray< T, AllocatorType > &Object, void *OutDst) |
|
template<typename T , typename AllocatorType > |
uint32 | Freeze::IntrinsicAppendHash (const TArray< T, AllocatorType > *DummyObject, const FTypeLayoutDesc &TypeDesc, const FPlatformTypeLayoutParameters &LayoutParams, FSHA1 &Hasher) |
|
template<typename T , typename AllocatorType > |
uint32 | Freeze::IntrinsicGetTargetAlignment (const TArray< T, AllocatorType > *DummyObject, const FTypeLayoutDesc &TypeDesc, const FPlatformTypeLayoutParameters &LayoutParams) |
|
template<typename T , typename AllocatorType > |
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 ElementType , typename AllocatorType > |
FArchive & | operator<< (FArchive &Ar, TArray< ElementType, AllocatorType > &A) |
|