Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::interface5::internal::node_handle< Key, Key, Allocator > Class Template Reference

#include <_concurrent_unordered_impl.h>

Inheritance diagram for tbb::interface5::internal::node_handle< Key, Key, Allocator >:
Collaboration diagram for tbb::interface5::internal::node_handle< Key, Key, Allocator >:

Public Types

typedef Key value_type
 
typedef base_type::allocator_type allocator_type
 
- Public Types inherited from tbb::interface5::internal::node_handle_base< Key, Allocator >
typedef Allocator allocator_type
 

Public Member Functions

 node_handle ()
 
value_typevalue () const
 
- Public Member Functions inherited from tbb::interface5::internal::node_handle_base< Key, Allocator >
 node_handle_base ()
 
 node_handle_base (node_handle_base &&nh)
 
bool empty () const
 
 operator bool () const
 
 ~node_handle_base ()
 
node_handle_baseoperator= (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

- Protected Types inherited from tbb::interface5::internal::node_handle_base< Key, Allocator >
typedef split_ordered_list< Key, allocator_type >::node node
 
- Protected Member Functions inherited from tbb::interface5::internal::node_handle_base< Key, Allocator >
 node_handle_base (node *n)
 
void internal_destroy ()
 
void deactivate ()
 
- Protected Attributes inherited from tbb::interface5::internal::node_handle_base< Key, Allocator >
nodemy_node
 
allocator_type my_allocator
 

Detailed Description

template<typename Key, typename Allocator>
class tbb::interface5::internal::node_handle< Key, Key, Allocator >

Definition at line 1743 of file _concurrent_unordered_impl.h.

Member Typedef Documentation

◆ allocator_type

template<typename Key , typename Allocator >
typedef base_type::allocator_type tbb::interface5::internal::node_handle< Key, Key, Allocator >::allocator_type

Definition at line 1747 of file _concurrent_unordered_impl.h.

◆ base_type

template<typename Key , typename Allocator >
typedef node_handle_base<Key, Allocator> tbb::interface5::internal::node_handle< Key, Key, Allocator >::base_type
private

Definition at line 1744 of file _concurrent_unordered_impl.h.

◆ value_type

template<typename Key , typename Allocator >
typedef Key tbb::interface5::internal::node_handle< Key, Key, Allocator >::value_type

Definition at line 1746 of file _concurrent_unordered_impl.h.

Constructor & Destructor Documentation

◆ node_handle() [1/2]

template<typename Key , typename Allocator >
tbb::interface5::internal::node_handle< Key, Key, Allocator >::node_handle ( )
inline

Definition at line 1749 of file _concurrent_unordered_impl.h.

◆ node_handle() [2/2]

template<typename Key , typename Allocator >
tbb::interface5::internal::node_handle< Key, Key, Allocator >::node_handle ( typename base_type::node n)
inlineprivate

Definition at line 1763 of file _concurrent_unordered_impl.h.

Member Function Documentation

◆ value()

template<typename Key , typename Allocator >
value_type& tbb::interface5::internal::node_handle< Key, Key, Allocator >::value ( ) const
inline

Friends And Related Function Documentation

◆ concurrent_unordered_base

template<typename Key , typename Allocator >
template<typename Traits >
friend class concurrent_unordered_base
friend

Definition at line 1761 of file _concurrent_unordered_impl.h.

◆ split_ordered_list

template<typename Key , typename Allocator >
template<typename T , typename A >
friend class split_ordered_list
friend

Definition at line 1758 of file _concurrent_unordered_impl.h.


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

Copyright © 2005-2019 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.