Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Experimental > API/Runtime/Core/Experimental/Containers > API/Runtime/Core/Experimental/Containers/TRobinHoodHashTable
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Experimental/Containers/RobinHoodHashTable.h |
| Include | #include "Experimental/Containers/RobinHoodHashTable.h" |
Syntax
struct FData
Variables
| Type | Name | Description | |
|---|---|---|---|
| TFreeList< InlineOneAllocatorType > | FreeList | ||
| TArray< FHashType, HashMapAllocator > | Hashes | ||
| TArray< KeyValueType, HashMapAllocator > | KeyVals |
Constructors
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FData () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| IndexType | |||
| bool | |||
| void | Deallocate
(
IndexType Index |
||
| void | Empty () |
||
| FIteratorState | End () |
||
| KeyValueType & | |||
| const KeyValueType & | |||
| SizeType | |||
| IndexType | GetMaxIndex () |
||
| FIteratorState | Next
(
FIteratorState State |
||
| SizeType | Num () |
||
| void | |||
| FIteratorState | Start () |
Operators
Classes
| Type | Name | Description | |
|---|---|---|---|
| FIteratorState |