Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
LockFreeHashMap< Key, Value > Member List

This is the complete list of members for LockFreeHashMap< Key, Value >, including all inherited members.

begin()LockFreeHashMap< Key, Value >
cInvalidHandleLockFreeHashMap< 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) constLockFreeHashMap< Key, Value >inline
FromHandle(uint32 inHandle) constLockFreeHashMap< Key, Value >inline
GetAllKeyValues(Array< const KeyValue * > &outAll) constLockFreeHashMap< Key, Value >inline
GetMaxBuckets() constLockFreeHashMap< Key, Value >inline
GetNumBuckets() constLockFreeHashMap< Key, Value >inline
Init(uint32 inMaxBuckets)LockFreeHashMap< Key, Value >
LockFreeHashMap(LFHMAllocator &inAllocator)LockFreeHashMap< Key, Value >inlineexplicit
MapType typedefLockFreeHashMap< Key, Value >
NonCopyable()=defaultNonCopyable
NonCopyable(const NonCopyable &)=deleteNonCopyable
operator=(const NonCopyable &)=deleteNonCopyable
SetNumBuckets(uint32 inNumBuckets)LockFreeHashMap< Key, Value >
ToHandle(const KeyValue *inKeyValue) constLockFreeHashMap< Key, Value >inline
~LockFreeHashMap()LockFreeHashMap< Key, Value >