Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/HashTable.h |
| Include | #include "Containers/HashTable.h" |
Syntax
template<typename InAllocator>
class THashTable
Constructors
| Type | Name | Description | |
|---|---|---|---|
THashTable
(
const THashTable& Other |
|||
THashTable
(
THashTable&& Other |
|||
THashTable
(
uint32 InHashSize, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~THashTable () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Add
(
uint16 Key, |
||
| void | Clear () |
||
| void | CopyUnfrozen
(
const FMemoryUnfreezeContent& Context, |
||
| uint32 | First
(
uint16 Key |
Functions used to search. | |
| const uint32 * | |||
| bool | IsValid
(
uint32 Index |
||
| THashTable & | MoveAssign
(
THashTable&& Other |
||
| uint32 | Next
(
uint32 Index |
Next in hash chain. | |
| void | Remove
(
uint16 Key, |
||
| void | Resize
(
uint32 NewIndexSize |
||
| void | WriteMemoryImage
(
FMemoryImageWriter& Writer |
Operators
| Type | Name | Description | |
|---|---|---|---|
| THashTable & | operator=
(
const THashTable& Other |
||
| THashTable & | operator=
(
THashTable&& Other |
Typedefs
| Name | Description |
|---|---|
| Allocator | |
| ElementAllocatorType |