17#ifndef AGX_LOCALHASHTABLE_H
18#define AGX_LOCALHASHTABLE_H
30 template <
typename KeyT,
typename DataT,
typename HashT = agx::DefaultHashFunctions>
34 explicit LocalHashTable();
39 template <
typename KeyT,
typename DataT,
typename HashT>
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.
LinearProbingHashTable< KeyT, DataT, HashT, AllocatorT > HashTable