Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <_concurrent_unordered_impl.h>
Public Types | |
typedef Key | value_type |
typedef base_type::allocator_type | allocator_type |
![]() | |
typedef Allocator | allocator_type |
Public Member Functions | |
node_handle () | |
value_type & | value () const |
![]() | |
node_handle_base () | |
node_handle_base (node_handle_base &&nh) | |
bool | empty () const |
operator bool () const | |
~node_handle_base () | |
node_handle_base & | operator= (node_handle_base &&nh) |
void | swap (node_handle_base &nh) |
allocator_type | get_allocator () const |
Private Types | |
typedef node_handle_base< Key, Allocator > | base_type |
Private Member Functions | |
node_handle (typename base_type::node *n) | |
Friends | |
template<typename T , typename A > | |
class | split_ordered_list |
template<typename Traits > | |
class | concurrent_unordered_base |
Additional Inherited Members | |
![]() | |
typedef split_ordered_list< Key, allocator_type >::node | node |
![]() | |
node_handle_base (node *n) | |
void | internal_destroy () |
void | deactivate () |
![]() | |
node * | my_node |
allocator_type | my_allocator |
Definition at line 1747 of file _concurrent_unordered_impl.h.
typedef base_type::allocator_type tbb::interface5::internal::node_handle< Key, Key, Allocator >::allocator_type |
Definition at line 1751 of file _concurrent_unordered_impl.h.
|
private |
Definition at line 1748 of file _concurrent_unordered_impl.h.
typedef Key tbb::interface5::internal::node_handle< Key, Key, Allocator >::value_type |
Definition at line 1750 of file _concurrent_unordered_impl.h.
|
inline |
Definition at line 1753 of file _concurrent_unordered_impl.h.
|
inlineprivate |
Definition at line 1767 of file _concurrent_unordered_impl.h.
|
inline |
Definition at line 1755 of file _concurrent_unordered_impl.h.
References __TBB_ASSERT, tbb::interface5::internal::node_handle_base< Value, Allocator >::empty(), tbb::interface5::internal::split_ordered_list< T, Allocator >::node::my_element, and tbb::interface5::internal::node_handle_base< Value, Allocator >::my_node.
|
friend |
Definition at line 1765 of file _concurrent_unordered_impl.h.
|
friend |
Definition at line 1762 of file _concurrent_unordered_impl.h.