begin() | LockFreeHashMap< Key, Value > | |
cInvalidHandle | LockFreeHashMap< Key, Value > | static |
Clear() | LockFreeHashMap< Key, Value > | |
Create(LFHMAllocatorContext &ioContext, const Key &inKey, uint64 inKeyHash, int inExtraBytes, Params &&... inConstructorParams) | LockFreeHashMap< Key, Value > | inline |
end() | LockFreeHashMap< Key, Value > | |
Find(const Key &inKey, uint64 inKeyHash) const | LockFreeHashMap< Key, Value > | inline |
FromHandle(uint32 inHandle) const | LockFreeHashMap< Key, Value > | inline |
GetAllKeyValues(Array< const KeyValue * > &outAll) const | LockFreeHashMap< Key, Value > | inline |
GetMaxBuckets() const | LockFreeHashMap< Key, Value > | inline |
GetNumBuckets() const | LockFreeHashMap< Key, Value > | inline |
Init(uint32 inMaxBuckets) | LockFreeHashMap< Key, Value > | |
LockFreeHashMap(LFHMAllocator &inAllocator) | LockFreeHashMap< Key, Value > | inlineexplicit |
MapType typedef | LockFreeHashMap< Key, Value > | |
NonCopyable()=default | NonCopyable | |
NonCopyable(const NonCopyable &)=delete | NonCopyable | |
operator=(const NonCopyable &)=delete | NonCopyable | |
SetNumBuckets(uint32 inNumBuckets) | LockFreeHashMap< Key, Value > | |
ToHandle(const KeyValue *inKeyValue) const | LockFreeHashMap< Key, Value > | inline |
~LockFreeHashMap() | LockFreeHashMap< Key, Value > | |