Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <_node_handle_impl.h>
Public Types | |
typedef Allocator | allocator_type |
Public Member Functions | |
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 |
Protected Types | |
typedef Node | node |
typedef tbb::internal::allocator_traits< allocator_type > | traits_type |
Protected Member Functions | |
node_handle_base (node *n) | |
void | internal_destroy () |
void | deactivate () |
Protected Attributes | |
node * | my_node |
allocator_type | my_allocator |
Definition at line 47 of file _node_handle_impl.h.
typedef Allocator tbb::internal::node_handle_base< Value, Node, Allocator >::allocator_type |
Definition at line 49 of file _node_handle_impl.h.
|
protected |
Definition at line 51 of file _node_handle_impl.h.
|
protected |
Definition at line 52 of file _node_handle_impl.h.
|
inline |
Definition at line 55 of file _node_handle_impl.h.
|
inline |
Definition at line 56 of file _node_handle_impl.h.
|
inline |
Definition at line 64 of file _node_handle_impl.h.
|
inlineprotected |
Definition at line 86 of file _node_handle_impl.h.
|
inlineprotected |
Definition at line 96 of file _node_handle_impl.h.
|
inline |
Definition at line 61 of file _node_handle_impl.h.
Referenced by tbb::internal::node_handle< Key, Value, Node, Allocator >::key(), tbb::internal::node_handle< Key, Value, Node, Allocator >::mapped(), and tbb::internal::node_handle< Key, Key, Node, Allocator >::value().
|
inline |
Definition at line 81 of file _node_handle_impl.h.
|
inlineprotected |
Definition at line 88 of file _node_handle_impl.h.
Referenced by tbb::internal::node_handle_base< Key, Node, Allocator >::operator=(), and tbb::internal::node_handle_base< Key, Node, Allocator >::~node_handle_base().
|
inlineexplicit |
Definition at line 62 of file _node_handle_impl.h.
|
inline |
Definition at line 66 of file _node_handle_impl.h.
|
inline |
Definition at line 75 of file _node_handle_impl.h.
|
protected |
Definition at line 99 of file _node_handle_impl.h.
Referenced by tbb::internal::node_handle_base< Key, Node, Allocator >::get_allocator(), tbb::internal::node_handle_base< Key, Node, Allocator >::internal_destroy(), tbb::internal::node_handle_base< Key, Node, Allocator >::operator=(), and tbb::internal::node_handle_base< Key, Node, Allocator >::swap().
|
protected |
Definition at line 98 of file _node_handle_impl.h.
Referenced by tbb::internal::node_handle_base< Key, Node, Allocator >::deactivate(), tbb::internal::node_handle_base< Key, Node, Allocator >::empty(), tbb::internal::node_handle_base< Key, Node, Allocator >::internal_destroy(), tbb::internal::node_handle< Key, Value, Node, Allocator >::key(), tbb::internal::node_handle< Key, Value, Node, Allocator >::mapped(), tbb::internal::node_handle_base< Key, Node, Allocator >::operator bool(), tbb::internal::node_handle_base< Key, Node, Allocator >::operator=(), tbb::internal::node_handle_base< Key, Node, Allocator >::swap(), and tbb::internal::node_handle< Key, Key, Node, Allocator >::value().