PxHashSet

Defined in include/foundation/PxHashSet.h

Inheritance Relationships

Base Type

  • public physx::PxHashSetBase< Key, PxHash< Key >, PxAllocator, false >

template<class Key, class HashFn = PxHash<Key>, class Allocator = PxAllocator>
class PxHashSet : public physx::PxHashSetBase<Key, PxHash<Key>, PxAllocator, false>

Public Types

typedef physx::PxHashSetBase<Key, HashFn, Allocator, false> HashSetBase
typedef HashSetBase::Iterator Iterator

Public Functions

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