GNU g++  v5.2.1
GNU Standard C++
cc_ht_map_.hpp File Reference

Contains an implementation class for cc_ht_map_. More...

Include dependency graph for cc_ht_map_.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  __gnu_pbds::detail::PB_DS_CC_HASH_NAME< Key, Mapped, Hash_Fn, Eq_Fn, _Alloc, Store_Hash, Comb_Hash_Fn, Resize_Policy >
 A collision-chaining hash-based container. More...
 
struct  __gnu_pbds::detail::PB_DS_CC_HASH_NAME< Key, Mapped, Hash_Fn, Eq_Fn, _Alloc, Store_Hash, Comb_Hash_Fn, Resize_Policy >::entry
 

Namespaces

 __gnu_pbds
 GNU extensions for policy-based data structures for public use.
 
 __gnu_pbds::detail
 

Macros

#define PB_DS_CC_HASH_TRAITS_BASE   types_traits<Key, Mapped, _Alloc, Store_Hash>
 
#define PB_DS_CLASS_C_DEC
 
#define PB_DS_CLASS_T_DEC
 
#define PB_DS_GEN_POS   std::pair<entry_pointer, typename _Alloc::size_type>
 
#define PB_DS_HASH_EQ_FN_C_DEC   hash_eq_fn<Key, Eq_Fn, _Alloc, Store_Hash>
 
#define PB_DS_RANGED_HASH_FN_C_DEC   ranged_hash_fn<Key, Hash_Fn, _Alloc, Comb_Hash_Fn, Store_Hash>
 

Detailed Description

Contains an implementation class for cc_ht_map_.

Macro Definition Documentation

#define PB_DS_CC_HASH_TRAITS_BASE   types_traits<Key, Mapped, _Alloc, Store_Hash>
#define PB_DS_CLASS_C_DEC
Value:
PB_DS_CC_HASH_NAME<Key, Mapped, Hash_Fn, Eq_Fn, _Alloc, \
#define PB_DS_CLASS_T_DEC
Value:
template<typename Key, typename Mapped, typename Hash_Fn, \
typename Eq_Fn, typename _Alloc, bool Store_Hash, \
typename Comb_Hash_Fn, typename Resize_Policy>
#define PB_DS_GEN_POS   std::pair<entry_pointer, typename _Alloc::size_type>
#define PB_DS_HASH_EQ_FN_C_DEC   hash_eq_fn<Key, Eq_Fn, _Alloc, Store_Hash>
#define PB_DS_RANGED_HASH_FN_C_DEC   ranged_hash_fn<Key, Hash_Fn, _Alloc, Comb_Hash_Fn, Store_Hash>