Navigation
API > API/Runtime > API/Runtime/Core
| Name | TRobinHoodHashSet |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Experimental/Containers/RobinHoodHashTable.h |
| Include Path | #include "Experimental/Containers/RobinHoodHashTable.h" |
Syntax
template<typename KeyType, typename Hasher, typename HashMapAllocator>
class TRobinHoodHashSet : public Experimental::RobinHoodHashTable_Private::TRobinHoodHashTable< KeyType, RobinHoodHashTable_Private::FUnitType, DefaultKeyFuncs< KeyType, false >, FDefaultAllocator >
Inheritance Hierarchy
- TRobinHoodHashTable → TRobinHoodHashSet
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TRobinHoodHashSet
(
const TRobinHoodHashSet& Other |
Experimental/Containers/RobinHoodHashTable.h | ||
| Experimental/Containers/RobinHoodHashTable.h | |||
TRobinHoodHashSet
(
TRobinHoodHashSet&& Other |
Experimental/Containers/RobinHoodHashTable.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Base | typename RobinHoodHashTable_Private::TRobinHoodHashTable< KeyType, Unit, Hasher, HashMapAllocator > | Experimental/Containers/RobinHoodHashTable.h | |
| FindValueType | typename Base::FindValueType | Experimental/Containers/RobinHoodHashTable.h | |
| FindValueTypeConst | typename Base::FindValueTypeConst | Experimental/Containers/RobinHoodHashTable.h | |
| IndexType | typename Base::IndexType | Experimental/Containers/RobinHoodHashTable.h | |
| Unit | RobinHoodHashTable_Private::FUnitType | Experimental/Containers/RobinHoodHashTable.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FindValueType FindOrAdd
(
const KeyType& Key |
Experimental/Containers/RobinHoodHashTable.h | ||
FindValueType FindOrAdd
(
KeyType&& Key |
Experimental/Containers/RobinHoodHashTable.h | ||
FindValueType FindOrAdd
(
const KeyType& Key, |
Experimental/Containers/RobinHoodHashTable.h | ||
FindValueType FindOrAdd
(
KeyType&& Key, |
Experimental/Containers/RobinHoodHashTable.h | ||
FHashElementId FindOrAddId
(
const KeyType& Key |
Experimental/Containers/RobinHoodHashTable.h | ||
FHashElementId FindOrAddId
(
KeyType&& Key |
Experimental/Containers/RobinHoodHashTable.h | ||
FHashElementId FindOrAddId
(
const KeyType& Key, |
Experimental/Containers/RobinHoodHashTable.h | ||
FHashElementId FindOrAddId
(
KeyType&& Key, |
Experimental/Containers/RobinHoodHashTable.h | ||
FHashElementId FindOrAddIdByHash
(
FHashType HashValue, |
Experimental/Containers/RobinHoodHashTable.h | ||
FHashElementId FindOrAddIdByHash
(
FHashType HashValue, |
Experimental/Containers/RobinHoodHashTable.h | ||
FHashElementId FindOrAddIdByHash
(
FHashType HashValue, |
Experimental/Containers/RobinHoodHashTable.h | ||
FHashElementId FindOrAddIdByHash
(
FHashType HashValue, |
Experimental/Containers/RobinHoodHashTable.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TRobinHoodHashSet & operator=
(
const TRobinHoodHashSet& Other |
Experimental/Containers/RobinHoodHashTable.h | ||
TRobinHoodHashSet & operator=
(
TRobinHoodHashSet&& Other |
Experimental/Containers/RobinHoodHashTable.h |