Navigation
API > API/Runtime > API/Runtime/Core
| Name | TFreeList |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Experimental/Containers/RobinHoodHashTable.h |
| Include Path | #include "Experimental/Containers/RobinHoodHashTable.h" |
Syntax
template<typename AllocatorType>
class TFreeList
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TFreeList() |
Experimental/Containers/RobinHoodHashTable.h |
Structs
| Name | Remarks |
|---|---|
| FSpan |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| IndexType | int32 | Experimental/Containers/RobinHoodHashTable.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FreeList | TArray< FSpan, AllocatorType > | Experimental/Containers/RobinHoodHashTable.h | ||
| NumElements | int32 | Experimental/Containers/RobinHoodHashTable.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Contains
(
IndexType Index |
Experimental/Containers/RobinHoodHashTable.h | ||
void Empty() |
Experimental/Containers/RobinHoodHashTable.h | ||
SIZE_T GetAllocatedSize() |
Experimental/Containers/RobinHoodHashTable.h | ||
int Num() |
Experimental/Containers/RobinHoodHashTable.h | ||
IndexType Pop() |
Experimental/Containers/RobinHoodHashTable.h | ||
void Push
(
IndexType NodeIndex |
Experimental/Containers/RobinHoodHashTable.h |