![]() |
mutable
A Database System for Research and Fast Prototyping
|
Data Fields | |
uint32_t | probe_length = 0 |
Counts the length of the probe sequence. | |
value_type | value |
The value stored in this entry. | |
Definition at line 46 of file RefCountingHashMap.hpp.
uint32_t m::RefCountingHashMap< Key, Value, Hash, KeyEqual >::entry_type::probe_length = 0 |
Counts the length of the probe sequence.
Definition at line 49 of file RefCountingHashMap.hpp.
Referenced by m::RefCountingHashMap< Key, Value, Hash, KeyEqual >::find(), m::RefCountingHashMap< Key, Value, Hash, KeyEqual >::insert_with_duplicates(), and m::RefCountingHashMap< Key, Value, Hash, KeyEqual >::insert_without_duplicates().
value_type m::RefCountingHashMap< Key, Value, Hash, KeyEqual >::entry_type::value |
The value stored in this entry.
Definition at line 51 of file RefCountingHashMap.hpp.
Referenced by m::RefCountingHashMap< Key, Value, Hash, KeyEqual >::find(), m::RefCountingHashMap< Key, Value, Hash, KeyEqual >::insert_with_duplicates(), and m::RefCountingHashMap< Key, Value, Hash, KeyEqual >::insert_without_duplicates().