1 #ifndef _D3_CONFIGURATION_HH_
2 #define _D3_CONFIGURATION_HH_
24 typedef tbb_hash_map<Key,Data,HashKey,EqualKey>
type;
39 typedef typename std::allocator<T>
type;
Definition: ext_hash_map.hh:21
Definition: configuration.hh:31
Definition: configuration.hh:38
std::allocator< T > type
Definition: configuration.hh:39
Definition: hash_support.hh:51
Definition: hash_support.hh:40
Definition: configuration.hh:22
ext_hash_map< Key, Data, HashKey, EqualKey > type
Definition: configuration.hh:26