![]() |
Ark Server API (ASE) - Wiki
|
#include <ContainerAllocationPolicies.h>
Classes | |
| class | ForElementType |
Public Types | |
| enum | { NeedsElementType = true } |
| enum | { RequireRangeCheck = true } |
| typedef ForElementType< FScriptContainerElement > | ForAnyElementType |
This is the allocation policy interface; it exists purely to document the policy's interface, and should not be used.
Definition at line 120 of file ContainerAllocationPolicies.h.
A class that may be used when NeedsElementType=false is specified. If NeedsElementType=true, then this must be present but will not be used, and so can simply be a typedef to void
Definition at line 200 of file ContainerAllocationPolicies.h.
| anonymous enum |
Determines whether the user of the allocator may use the ForAnyElementType inner class.
| Enumerator | |
|---|---|
| NeedsElementType | |
Definition at line 125 of file ContainerAllocationPolicies.h.
| anonymous enum |
| Enumerator | |
|---|---|
| RequireRangeCheck | |
Definition at line 126 of file ContainerAllocationPolicies.h.