Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
TArray.h File Reference
+ Include dependency graph for TArray.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TIndexedContainerIterator< ContainerType, ElementType, IndexType >
 
struct  TCheckedPointerIterator< ElementType >
 
struct  TDereferencingIterator< ElementType, IteratorType >
 
struct  UE4Array_Private::TCanMoveTArrayPointersBetweenArrayTypes< FromArrayType, ToArrayType >
 
class  TArray< InElementType, InAllocator >
 
struct  TIsZeroConstructType< TArray< InElementType, Allocator > >
 
struct  TContainerTraits< TArray< InElementType, Allocator > >
 
struct  TIsContiguousContainer< TArray< T, Allocator > >
 
struct  TIsTArray< T >
 
struct  TIsTArray< TArray< InElementType, Allocator > >
 
struct  TIsTArray< const TArray< InElementType, Allocator > >
 
struct  TIsTArray< volatile TArray< InElementType, Allocator > >
 
struct  TIsTArray< const volatile TArray< InElementType, Allocator > >
 

Namespaces

namespace  UE4Array_Private
 

Macros

#define TARRAY_RANGED_FOR_CHECKS   1
 

Functions

template<typename ContainerType , typename ElementType , typename IndexType >
FORCEINLINE TIndexedContainerIterator< ContainerType, ElementType, IndexType > operator+ (int32 Offset, TIndexedContainerIterator< ContainerType, ElementType, IndexType > RHS)
 
template<typename T , typename Allocator >
void * operator new (size_t Size, TArray< T, Allocator > &Array)
 
template<typename T , typename Allocator >
void * operator new (size_t Size, TArray< T, Allocator > &Array, int32 Index)
 

Macro Definition Documentation

◆ TARRAY_RANGED_FOR_CHECKS

#define TARRAY_RANGED_FOR_CHECKS   1

Definition at line 15 of file TArray.h.

Function Documentation

◆ operator new() [1/2]

template<typename T , typename Allocator >
void * operator new ( size_t Size,
TArray< T, Allocator > & Array )

Definition at line 2146 of file TArray.h.

◆ operator new() [2/2]

template<typename T , typename Allocator >
void * operator new ( size_t Size,
TArray< T, Allocator > & Array,
int32 Index )

Definition at line 2152 of file TArray.h.

◆ operator+()

template<typename ContainerType , typename ElementType , typename IndexType >
FORCEINLINE TIndexedContainerIterator< ContainerType, ElementType, IndexType > operator+ ( int32 Offset,
TIndexedContainerIterator< ContainerType, ElementType, IndexType > RHS )

operator +

Definition at line 141 of file TArray.h.