Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TAlignedSparseArrayAllocator< Alignment, InElementAllocator, InBitArrayAllocator > Class Template Reference

#include <ContainerAllocationPolicies.h>

Public Types

typedef InElementAllocator ElementAllocator
 
typedef InBitArrayAllocator BitArrayAllocator
 

Detailed Description

template<uint32 Alignment = DEFAULT_ALIGNMENT, typename InElementAllocator = TAlignedHeapAllocator<Alignment>, typename InBitArrayAllocator = FDefaultBitArrayAllocator>
class TAlignedSparseArrayAllocator< Alignment, InElementAllocator, InBitArrayAllocator >

Definition at line 1055 of file ContainerAllocationPolicies.h.

Member Typedef Documentation

◆ BitArrayAllocator

template<uint32 Alignment = DEFAULT_ALIGNMENT, typename InElementAllocator = TAlignedHeapAllocator<Alignment>, typename InBitArrayAllocator = FDefaultBitArrayAllocator>
typedef InBitArrayAllocator TAlignedSparseArrayAllocator< Alignment, InElementAllocator, InBitArrayAllocator >::BitArrayAllocator

Definition at line 1059 of file ContainerAllocationPolicies.h.

◆ ElementAllocator

template<uint32 Alignment = DEFAULT_ALIGNMENT, typename InElementAllocator = TAlignedHeapAllocator<Alignment>, typename InBitArrayAllocator = FDefaultBitArrayAllocator>
typedef InElementAllocator TAlignedSparseArrayAllocator< Alignment, InElementAllocator, InBitArrayAllocator >::ElementAllocator

Definition at line 1058 of file ContainerAllocationPolicies.h.


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