Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <_node_handle_impl.h>
Public Types | |
typedef Key | key_type |
typedef Value::second_type | mapped_type |
typedef base_type::allocator_type | allocator_type |
![]() | |
typedef Allocator | allocator_type |
Public Member Functions | |
node_handle () | |
key_type & | key () const |
mapped_type & | mapped () 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< Value, Node, Allocator > | base_type |
Private Member Functions | |
node_handle (typename base_type::node *n) | |
Friends | |
template<typename T , typename A > | |
class | tbb::interface5::internal::split_ordered_list |
template<typename Traits > | |
class | tbb::interface5::internal::concurrent_unordered_base |
template<typename Traits > | |
class | tbb::interface10::internal::concurrent_skip_list |
Additional Inherited Members | |
![]() | |
typedef Node | node |
typedef tbb::internal::allocator_traits< allocator_type > | traits_type |
![]() | |
node_handle_base (node *n) | |
void | internal_destroy () |
void | deactivate () |
![]() | |
node * | my_node |
allocator_type | my_allocator |
Definition at line 104 of file _node_handle_impl.h.
typedef base_type::allocator_type tbb::internal::node_handle< Key, Value, Node, Allocator >::allocator_type |
Definition at line 109 of file _node_handle_impl.h.
|
private |
Definition at line 105 of file _node_handle_impl.h.
typedef Key tbb::internal::node_handle< Key, Value, Node, Allocator >::key_type |
Definition at line 107 of file _node_handle_impl.h.
typedef Value::second_type tbb::internal::node_handle< Key, Value, Node, Allocator >::mapped_type |
Definition at line 108 of file _node_handle_impl.h.
|
inline |
Definition at line 111 of file _node_handle_impl.h.
|
inlineprivate |
Definition at line 133 of file _node_handle_impl.h.
|
inline |
Definition at line 113 of file _node_handle_impl.h.
References __TBB_ASSERT, tbb::internal::node_handle_base< Value, Node, Allocator >::empty(), and tbb::internal::node_handle_base< Value, Node, Allocator >::my_node.
|
inline |
Definition at line 118 of file _node_handle_impl.h.
References __TBB_ASSERT, tbb::internal::node_handle_base< Value, Node, Allocator >::empty(), and tbb::internal::node_handle_base< Value, Node, Allocator >::my_node.
|
friend |
Definition at line 131 of file _node_handle_impl.h.
|
friend |
Definition at line 128 of file _node_handle_impl.h.
|
friend |
Definition at line 125 of file _node_handle_impl.h.