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 HashMapBase::Iterator Iterator
 
- 
typedef HashMapBase::Iterator Iterator