Ark Server API (ASA) - Wiki
|
#include <MemStack.h>
Classes | |
class | ForElementType |
Public Types | |
enum | { NeedsElementType = true } |
enum | { RequireRangeCheck = true } |
using | SizeType = int32 |
typedef ForElementType< FScriptContainerElement > | ForAnyElementType |
A container allocator that allocates from a mem-stack.
Definition at line 362 of file MemStack.h.
typedef ForElementType<FScriptContainerElement> TMemStackAllocator< Alignment >::ForAnyElementType |
Definition at line 453 of file MemStack.h.
using TMemStackAllocator< Alignment >::SizeType = int32 |
Definition at line 365 of file MemStack.h.
Enumerator | |
---|---|
NeedsElementType |
Definition at line 367 of file MemStack.h.
Enumerator | |
---|---|
RequireRangeCheck |
Definition at line 368 of file MemStack.h.