Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
TFixedAllocator< NumInlineElements > Class Template Reference

#include <ContainerAllocationPolicies.h>

Classes

class  ForElementType
 

Public Types

enum  { NeedsElementType = true }
 
enum  { RequireRangeCheck = true }
 
typedef void ForAnyElementType
 

Detailed Description

template<uint32 NumInlineElements>
class TFixedAllocator< NumInlineElements >

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.

Member Typedef Documentation

◆ ForAnyElementType

template<uint32 NumInlineElements>
typedef void TFixedAllocator< NumInlineElements >::ForAnyElementType

Definition at line 663 of file ContainerAllocationPolicies.h.

Member Enumeration Documentation

◆ anonymous enum

template<uint32 NumInlineElements>
anonymous enum
Enumerator
NeedsElementType 

Definition at line 581 of file ContainerAllocationPolicies.h.

◆ anonymous enum

template<uint32 NumInlineElements>
anonymous enum
Enumerator
RequireRangeCheck 

Definition at line 582 of file ContainerAllocationPolicies.h.


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