Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
tbb::interface5::concurrent_hash_map< Key, T, HashCompare, A >::call_clear_on_leave Struct Reference

#include <concurrent_hash_map.h>

Collaboration diagram for tbb::interface5::concurrent_hash_map< Key, T, HashCompare, A >::call_clear_on_leave:

Public Member Functions

 call_clear_on_leave (concurrent_hash_map *a_ch_map)
 
void dismiss ()
 
 ~call_clear_on_leave ()
 

Public Attributes

concurrent_hash_mapmy_ch_map
 

Detailed Description

template<typename Key, typename T, typename HashCompare = tbb_hash_compare<Key>, typename A = tbb_allocator<std::pair<const Key, T> >>
struct tbb::interface5::concurrent_hash_map< Key, T, HashCompare, A >::call_clear_on_leave

Definition at line 755 of file concurrent_hash_map.h.

Constructor & Destructor Documentation

template<typename Key, typename T, typename HashCompare = tbb_hash_compare<Key>, typename A = tbb_allocator<std::pair<const Key, T> >>
tbb::interface5::concurrent_hash_map< Key, T, HashCompare, A >::call_clear_on_leave::call_clear_on_leave ( concurrent_hash_map a_ch_map)
inline

Definition at line 757 of file concurrent_hash_map.h.

template<typename Key, typename T, typename HashCompare = tbb_hash_compare<Key>, typename A = tbb_allocator<std::pair<const Key, T> >>
tbb::interface5::concurrent_hash_map< Key, T, HashCompare, A >::call_clear_on_leave::~call_clear_on_leave ( )
inline

Member Function Documentation

template<typename Key, typename T, typename HashCompare = tbb_hash_compare<Key>, typename A = tbb_allocator<std::pair<const Key, T> >>
void tbb::interface5::concurrent_hash_map< Key, T, HashCompare, A >::call_clear_on_leave::dismiss ( )
inline

Member Data Documentation

template<typename Key, typename T, typename HashCompare = tbb_hash_compare<Key>, typename A = tbb_allocator<std::pair<const Key, T> >>
concurrent_hash_map* tbb::interface5::concurrent_hash_map< Key, T, HashCompare, A >::call_clear_on_leave::my_ch_map

The documentation for this struct was generated from the following file:

Copyright © 2005-2020 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.