Ark Server API (ASE) - Wiki
|
#include <ContainerAllocationPolicies.h>
Public Types | |
typedef InSparseArrayAllocator | SparseArrayAllocator |
typedef InHashAllocator | HashAllocator |
Static Public Member Functions | |
static FORCEINLINE uint32 | GetNumberOfHashBuckets (uint32 NumHashedElements) |
Encapsulates the allocators used by a set in a single type.
Definition at line 727 of file ContainerAllocationPolicies.h.
typedef InHashAllocator TSetAllocator< InSparseArrayAllocator, InHashAllocator, AverageNumberOfElementsPerHashBucket, BaseNumberOfHashBuckets, MinNumberOfHashedElements >::HashAllocator |
Definition at line 743 of file ContainerAllocationPolicies.h.
typedef InSparseArrayAllocator TSetAllocator< InSparseArrayAllocator, InHashAllocator, AverageNumberOfElementsPerHashBucket, BaseNumberOfHashBuckets, MinNumberOfHashedElements >::SparseArrayAllocator |
Definition at line 742 of file ContainerAllocationPolicies.h.
|
inlinestatic |
Computes the number of hash buckets to use for a given number of elements.
Definition at line 732 of file ContainerAllocationPolicies.h.