17#ifndef AGX_LOCALHASHSET_H
18#define AGX_LOCALHASHSET_H
31 template <
typename KeyT,
typename HashT = agx::DefaultHashFunctions>
32 class LocalHashSet :
public agx::HashSet<KeyT, HashT, agx::Thread::LocalAllocator>
35 explicit LocalHashSet();
40 template <
typename KeyT,
typename HashT>
41 AGX_FORCE_INLINE LocalHashSet<KeyT, HashT>::LocalHashSet() :
agx::HashSet<KeyT, HashT,
agx::Thread::LocalAllocator>() {}
#define AGX_TEMPLATED_TYPE_BINDING(_Type, _Name)
Inheritance with partial specialization due to bug with ref_ptr containers.
Contains classes for low level data storage for AGX.
The agx namespace contains the dynamics/math part of the AGX Dynamics API.