Ark Server API (ASE) - Wiki
|
#include <ContainerAllocationPolicies.h>
Classes | |
class | ForElementType |
Public Types | |
enum | { NeedsElementType = true } |
enum | { RequireRangeCheck = true } |
typedef void | ForAnyElementType |
The fixed allocation policy allocates up to a specified number of elements in the same allocation as the container. It's like the inline allocator, except it doesn't provide secondary storage when the inline storage has been filled.
Definition at line 577 of file ContainerAllocationPolicies.h.
typedef void TFixedAllocator< NumInlineElements >::ForAnyElementType |
Definition at line 663 of file ContainerAllocationPolicies.h.
anonymous enum |
Enumerator | |
---|---|
NeedsElementType |
Definition at line 581 of file ContainerAllocationPolicies.h.
anonymous enum |
Enumerator | |
---|---|
RequireRangeCheck |
Definition at line 582 of file ContainerAllocationPolicies.h.