![]() |
Ark Server API (ASE) - Wiki
|
#include "../BasicTypes.h"#include "../HAL/UnrealMemory.h"#include "../Templates/UnrealTypeTraits.h"#include "../Containers/ContainerAllocationPolicies.h"#include "../Containers/TArray.h"
Include dependency graph for TIndirectArray.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | TIndirectArray< T, Allocator > |
| struct | TContainerTraits< TIndirectArray< T, Allocator > > |
Functions | |
| template<typename T , typename Allocator > | |
| void * | operator new (size_t Size, TIndirectArray< T, Allocator > &Array) |
| template<typename T , typename Allocator > | |
| void * | operator new (size_t Size, TIndirectArray< T, Allocator > &Array, int32 Index) |
| void * operator new | ( | size_t | Size, |
| TIndirectArray< T, Allocator > & | Array ) |
Definition at line 379 of file TIndirectArray.h.
| void * operator new | ( | size_t | Size, |
| TIndirectArray< T, Allocator > & | Array, | ||
| int32 | Index ) |
Definition at line 387 of file TIndirectArray.h.