Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <concurrent_hash_map.h>
Public Member Functions | |
call_clear_on_leave (concurrent_hash_map *a_ch_map) | |
void | dismiss () |
~call_clear_on_leave () | |
Public Attributes | |
concurrent_hash_map * | my_ch_map |
Definition at line 755 of file concurrent_hash_map.h.
|
inline |
Definition at line 757 of file concurrent_hash_map.h.
|
inline |
Definition at line 759 of file concurrent_hash_map.h.
References tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::clear(), and tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::call_clear_on_leave::my_ch_map.
|
inline |
Definition at line 758 of file concurrent_hash_map.h.
References tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::call_clear_on_leave::my_ch_map.
Referenced by tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::concurrent_hash_map().
concurrent_hash_map* tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::call_clear_on_leave::my_ch_map |