PxHashMap#

Defined in include/foundation/PxHashMap.h

template<class Key, class Value, class HashFn = PxHash<Key>, class Allocator = PxAllocator>
class PxHashMap : public physx::PxHashMapBase<Key, Value, PxHash<Key>, PxAllocator>#

Public Types

typedef physx::PxHashMapBase<Key, Value, HashFn, Allocator> HashMapBase#
typedef HashMapBase::Iterator Iterator#

Public Functions

inline PxHashMap(
uint32_t initialTableSize = 64,
float loadFactor = 0.75f,
)#
inline PxHashMap(
uint32_t initialTableSize,
float loadFactor,
const Allocator &alloc,
)#
inline PxHashMap(const Allocator &alloc)#
inline Iterator getIterator()#