Intel Threading Building Blocks 2.1 for Open Source

Public Types | Public Member Functions

tbb::interface4::concurrent_hash_map< Key, T, HashCompare, Allocator >::accessor Class Reference

Allows write access to elements and combines data access, locking, and garbage collection.

#include <concurrent_hash_map.h>

Inheritance diagram for tbb::interface4::concurrent_hash_map< Key, T, HashCompare, Allocator >::accessor:
Inheritance graph
[legend]

List of all members.

Public Types

typedef
concurrent_hash_map::value_type 
value_type
 Type of value.

Public Member Functions

reference operator* () const
 Return reference to associated value in hash table.
pointer operator-> () const
 Return pointer to associated value in hash table.

Detailed Description

template<typename Key, typename T, typename HashCompare, typename Allocator>
class tbb::interface4::concurrent_hash_map< Key, T, HashCompare, Allocator >::accessor

Definition at line 739 of file concurrent_hash_map.h.


Member Typedef Documentation

template<typename Key , typename T , typename HashCompare , typename Allocator >
typedef concurrent_hash_map::value_type tbb::interface4::concurrent_hash_map< Key, T, HashCompare, Allocator >::accessor::value_type

Member Function Documentation

template<typename Key , typename T , typename HashCompare , typename Allocator >
reference tbb::interface4::concurrent_hash_map< Key, T, HashCompare, Allocator >::accessor::operator* (  )  const [inline]
template<typename Key , typename T , typename HashCompare , typename Allocator >
pointer tbb::interface4::concurrent_hash_map< Key, T, HashCompare, Allocator >::accessor::operator-> (  )  const [inline]

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

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

Licensed under the GNU General Public License 2 with the runtime exception.

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.