Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TMemStackAllocator< Alignment > Class Template Reference

#include <MemStack.h>

Classes

class  ForElementType
 

Public Types

enum  { NeedsElementType = true }
 
enum  { RequireRangeCheck = true }
 
using SizeType = int32
 
typedef ForElementType< FScriptContainerElementForAnyElementType
 

Detailed Description

template<uint32 Alignment = DEFAULT_ALIGNMENT>
class TMemStackAllocator< Alignment >

A container allocator that allocates from a mem-stack.

Definition at line 362 of file MemStack.h.

Member Typedef Documentation

◆ ForAnyElementType

template<uint32 Alignment = DEFAULT_ALIGNMENT>
typedef ForElementType<FScriptContainerElement> TMemStackAllocator< Alignment >::ForAnyElementType

Definition at line 453 of file MemStack.h.

◆ SizeType

template<uint32 Alignment = DEFAULT_ALIGNMENT>
using TMemStackAllocator< Alignment >::SizeType = int32

Definition at line 365 of file MemStack.h.

Member Enumeration Documentation

◆ anonymous enum

template<uint32 Alignment = DEFAULT_ALIGNMENT>
anonymous enum
Enumerator
NeedsElementType 

Definition at line 367 of file MemStack.h.

◆ anonymous enum

template<uint32 Alignment = DEFAULT_ALIGNMENT>
anonymous enum
Enumerator
RequireRangeCheck 

Definition at line 368 of file MemStack.h.


The documentation for this class was generated from the following file: