|
| IndexType | ModTableSize (IndexType HashValue) const |
| |
| void | InsertIntoTable (IndexType Index, FHashType Hash) |
| |
| template<typename DeducedKeyType , typename DeducedValueType > |
| FHashElementId | FindOrAddIdByHash (FHashType HashValue, DeducedKeyType &&Key, DeducedValueType &&Val, bool &bIsAlreadyInMap) |
| |
| template<typename DeducedKeyType , typename DeducedValueType > |
| FHashElementId | FindOrAddId (DeducedKeyType &&Key, DeducedValueType &&Val, bool &bIsAlreadyInMap) |
| |
| template<typename DeducedKeyType , typename DeducedValueType > |
| FindValueType | FindOrAdd (DeducedKeyType &&Key, DeducedValueType &&Val, bool &bIsAlreadyInMap) |
| |
| template<typename DeducedKeyType , typename DeducedValueType > |
| FHashElementId | UpdateIdByHash (FHashType HashValue, DeducedKeyType &&Key, DeducedValueType &&Val, bool &bIsAlreadyInMap) |
| |
| template<typename DeducedKeyType , typename DeducedValueType > |
| FHashElementId | UpdateId (DeducedKeyType &&Key, DeducedValueType &&Val, bool &bIsAlreadyInMap) |
| |
| template<typename DeducedKeyType , typename DeducedValueType > |
| FindValueType | Update (DeducedKeyType &&Key, DeducedValueType &&Val, bool &bIsAlreadyInMap) |
| |
| | TRobinHoodHashTable () |
| |
| | TRobinHoodHashTable (const TRobinHoodHashTable &Other) |
| |
| TRobinHoodHashTable & | operator= (const TRobinHoodHashTable &Other) |
| |
| | TRobinHoodHashTable (TRobinHoodHashTable &&Other) |
| |
| TRobinHoodHashTable & | operator= (TRobinHoodHashTable &&Other) |
| |
◆ ElementType
◆ FindValueType
◆ FindValueTypeConst
◆ IndexType
◆ InlineOneAllocatorType
◆ KeyValueType
◆ SizeType
◆ TRobinHoodHashTable() [1/3]
◆ TRobinHoodHashTable() [2/3]
◆ TRobinHoodHashTable() [3/3]
◆ begin() [1/2]
◆ begin() [2/2]
◆ ComputeHash()
◆ ContainsElementId()
◆ Empty()
◆ end() [1/2]
◆ end() [2/2]
◆ Find() [1/2]
◆ Find() [2/2]
◆ FindByHash() [1/2]
◆ FindByHash() [2/2]
◆ FindId()
◆ FindIdByHash()
◆ FindOrAdd()
◆ FindOrAddId()
◆ FindOrAddIdByHash()
◆ GetAllocatedSize()
◆ GetByElementId() [1/2]
◆ GetByElementId() [2/2]
◆ GetMaxIndex()
◆ InsertIntoTable()
◆ ModTableSize()
◆ Num()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ Remove()
◆ RemoveByElementId()
◆ RemoveByHash()
◆ Reserve()
◆ Update()
◆ UpdateId()
◆ UpdateIdByHash()
◆ InvalidIndex
◆ LoadFactorDivisor
◆ LoadFactorQuotient
The documentation for this class was generated from the following file: