pb_ds::gp_hash_table< Key, Mapped, Hash_Fn, Eq_Fn, Comb_Probe_Fn, Probe_Fn, Resize_Policy, Store_Hash, Allocator > Class Template Reference
Inheritance diagram for pb_ds::gp_hash_table< Key, Mapped, Hash_Fn, Eq_Fn, Comb_Probe_Fn, Probe_Fn, Resize_Policy, Store_Hash, Allocator >:
List of all members.
Detailed Description
template<typename Key, typename Mapped, typename Hash_Fn = typename detail::default_hash_fn<Key>::type, typename Eq_Fn = typename detail::default_eq_fn<Key>::type, typename Comb_Probe_Fn = detail::default_comb_hash_fn::type, typename Probe_Fn = typename detail::default_probe_fn<Comb_Probe_Fn>::type, typename Resize_Policy = typename detail::default_resize_policy<Comb_Probe_Fn>::type, bool Store_Hash = detail::default_store_hash, typename Allocator = std::allocator<char>>
class pb_ds::gp_hash_table< Key, Mapped, Hash_Fn, Eq_Fn, Comb_Probe_Fn, Probe_Fn, Resize_Policy, Store_Hash, Allocator >
Definition at line 308 of file assoc_container.hpp.
Public Types
Public Member Functions
-
gp_hash_table (const gp_hash_table &other)
-
template<typename It> gp_hash_table (It first, It last, const hash_fn &h, const eq_fn &e, const comb_probe_fn &cp, const probe_fn &p, const resize_policy &rp)
-
template<typename It> gp_hash_table (It first, It last, const hash_fn &h, const eq_fn &e, const comb_probe_fn &cp, const probe_fn &p)
-
template<typename It> gp_hash_table (It first, It last, const hash_fn &h, const eq_fn &e, const comb_probe_fn &cp)
-
template<typename It> gp_hash_table (It first, It last, const hash_fn &h, const eq_fn &e)
-
template<typename It> gp_hash_table (It first, It last, const hash_fn &h)
-
template<typename It> gp_hash_table (It first, It last)
-
gp_hash_table (const hash_fn &h, const eq_fn &e, const comb_probe_fn &cp, const probe_fn &p, const resize_policy &rp)
-
gp_hash_table (const hash_fn &h, const eq_fn &e, const comb_probe_fn &cp, const probe_fn &p)
-
gp_hash_table (const hash_fn &h, const eq_fn &e, const comb_probe_fn &cp)
-
gp_hash_table (const hash_fn &h, const eq_fn &e)
-
gp_hash_table (const hash_fn &h)
-
gp_hash_table ()
-
gp_hash_table & operator= (const gp_hash_table &other)
-
void swap (gp_hash_table &other)
-
virtual ~gp_hash_table ()
The documentation for this class was generated from the following file:
Generated on Thu Nov 1 13:16:39 2007 for libstdc++ by
1.5.1