Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
TIndirectArray.h File Reference
+ 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)
 

Function Documentation

◆ operator new() [1/2]

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

Definition at line 379 of file TIndirectArray.h.

◆ operator new() [2/2]

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

Definition at line 387 of file TIndirectArray.h.