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

Contains a unified ranged probe functor, allowing the probe tables to deal with a single class for ranged probeing. More...

#include <utility>
#include <debug/debug.h>
Include dependency graph for ranged_probe_fn.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  __gnu_pbds::detail::ranged_probe_fn< Key, Hash_Fn, _Alloc, Comb_Probe_Fn, Probe_Fn, Store_Hash >
 Primary template. More...
 
class  __gnu_pbds::detail::ranged_probe_fn< Key, Hash_Fn, _Alloc, Comb_Probe_Fn, Probe_Fn, false >
 Specialization 1 The client supplies a probe function and a ranged probe function, and requests that hash values not be stored. More...
 
class  __gnu_pbds::detail::ranged_probe_fn< Key, Hash_Fn, _Alloc, Comb_Probe_Fn, Probe_Fn, true >
 Specialization 2- The client supplies a probe function and a ranged probe function, and requests that hash values not be stored. More...
 
class  __gnu_pbds::detail::ranged_probe_fn< Key, null_type, _Alloc, Comb_Probe_Fn, null_type, false >
 Specialization 3 and 4 The client does not supply a hash function or probe function, and requests that hash values not be stored. More...
 

Namespaces

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

Macros

#define PB_DS_CLASS_C_DEC   ranged_probe_fn<Key, Hash_Fn, _Alloc, Comb_Probe_Fn, Probe_Fn, false>
 
#define PB_DS_CLASS_C_DEC   ranged_probe_fn<Key, Hash_Fn, _Alloc, Comb_Probe_Fn, Probe_Fn, true>
 
#define PB_DS_CLASS_T_DEC
 
#define PB_DS_CLASS_T_DEC
 

Detailed Description

Contains a unified ranged probe functor, allowing the probe tables to deal with a single class for ranged probeing.

Macro Definition Documentation

#define PB_DS_CLASS_C_DEC   ranged_probe_fn<Key, Hash_Fn, _Alloc, Comb_Probe_Fn, Probe_Fn, false>
#define PB_DS_CLASS_C_DEC   ranged_probe_fn<Key, Hash_Fn, _Alloc, Comb_Probe_Fn, Probe_Fn, true>
#define PB_DS_CLASS_T_DEC
Value:
template<typename Key, typename Hash_Fn, typename _Alloc, \
typename Comb_Probe_Fn, typename Probe_Fn>
#define PB_DS_CLASS_T_DEC
Value:
template<typename Key, typename Hash_Fn, typename _Alloc, \
typename Comb_Probe_Fn, typename Probe_Fn>