|
libstdc++
|
#include <ranged_probe_fn.hpp>
Inherits Hash_Fn, Comb_Probe_Fn, and Probe_Fn.
Protected Types | |
| typedef Comb_Probe_Fn | comb_probe_fn_base |
| typedef Hash_Fn | hash_fn_base |
| typedef rebind_traits< _Alloc, Key >::const_reference | key_const_reference |
| typedef Probe_Fn | probe_fn_base |
| typedef _Alloc::size_type | size_type |
Protected Member Functions | |
| ranged_probe_fn (size_type) | |
| ranged_probe_fn (size_type, const Hash_Fn &) | |
| ranged_probe_fn (size_type, const Hash_Fn &, const Comb_Probe_Fn &) | |
| ranged_probe_fn (size_type, const Hash_Fn &, const Comb_Probe_Fn &, const Probe_Fn &) | |
| void | notify_resized (size_type) |
| size_type | operator() (key_const_reference) const |
| size_type | operator() (key_const_reference, size_type, size_type) const |
| void | swap (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.
Definition at line 71 of file ranged_probe_fn.hpp.
|
protected |
Definition at line 77 of file ranged_probe_fn.hpp.
|
protected |
Definition at line 78 of file ranged_probe_fn.hpp.
|
protected |
Definition at line 81 of file ranged_probe_fn.hpp.
|
protected |
Definition at line 79 of file ranged_probe_fn.hpp.
|
protected |
Definition at line 76 of file ranged_probe_fn.hpp.
|
protected |
Definition at line 106 of file ranged_probe_fn.hpp.
|
protected |
Definition at line 111 of file ranged_probe_fn.hpp.
|
protected |
Definition at line 117 of file ranged_probe_fn.hpp.
|
protected |
Definition at line 124 of file ranged_probe_fn.hpp.
|
protected |
Definition at line 142 of file ranged_probe_fn.hpp.
|
inlineprotected |
Definition at line 148 of file ranged_probe_fn.hpp.
|
inlineprotected |
Definition at line 154 of file ranged_probe_fn.hpp.
|
protected |
Definition at line 133 of file ranged_probe_fn.hpp.