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

#include <ContainerAllocationPolicies.h>

+ Inheritance diagram for TSparseArrayAllocator< InElementAllocator, InBitArrayAllocator >:

Public Types

typedef InElementAllocator ElementAllocator
 
typedef InBitArrayAllocator BitArrayAllocator
 

Detailed Description

template<typename InElementAllocator = FDefaultAllocator, typename InBitArrayAllocator = FDefaultBitArrayAllocator>
class TSparseArrayAllocator< InElementAllocator, InBitArrayAllocator >

Encapsulates the allocators used by a sparse array in a single type.

Definition at line 685 of file ContainerAllocationPolicies.h.

Member Typedef Documentation

◆ BitArrayAllocator

template<typename InElementAllocator = FDefaultAllocator, typename InBitArrayAllocator = FDefaultBitArrayAllocator>
typedef InBitArrayAllocator TSparseArrayAllocator< InElementAllocator, InBitArrayAllocator >::BitArrayAllocator

Definition at line 690 of file ContainerAllocationPolicies.h.

◆ ElementAllocator

template<typename InElementAllocator = FDefaultAllocator, typename InBitArrayAllocator = FDefaultBitArrayAllocator>
typedef InElementAllocator TSparseArrayAllocator< InElementAllocator, InBitArrayAllocator >::ElementAllocator

Definition at line 689 of file ContainerAllocationPolicies.h.


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