68 lines
4.9 KiB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
  3. <title>tbb::interface5::concurrent_hash_map&lt; Key, T, HashCompare, Allocator &gt;::accessor Class Reference</title>
  4. <link href="doxygen.css" rel="stylesheet" type="text/css">
  5. <link href="tabs.css" rel="stylesheet" type="text/css">
  6. </head><body>
  7. <!-- Generated by Doxygen 1.4.7 -->
  8. <div class="tabs">
  9. <ul>
  10. <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
  11. <li><a href="modules.html"><span>Modules</span></a></li>
  12. <li><a href="namespaces.html"><span>Namespaces</span></a></li>
  13. <li id="current"><a href="annotated.html"><span>Classes</span></a></li>
  14. <li><a href="files.html"><span>Files</span></a></li>
  15. <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
  16. </ul></div>
  17. <div class="tabs">
  18. <ul>
  19. <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
  20. <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
  21. <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
  22. </ul></div>
  23. <div class="nav">
  24. <a class="el" href="a00428.html">tbb</a>::<b>interface5</b>::<a class="el" href="a00281.html">concurrent_hash_map</a>::<a class="el" href="a00282.html">accessor</a></div>
  25. <h1>tbb::interface5::concurrent_hash_map&lt; Key, T, HashCompare, Allocator &gt;::accessor Class Reference</h1><!-- doxytag: class="tbb::interface5::concurrent_hash_map::accessor" --><!-- doxytag: inherits="tbb::interface5::concurrent_hash_map::const_accessor" -->Allows write access to elements and combines data access, locking, and garbage collection.
  26. <a href="#_details">More...</a>
  27. <p>
  28. <code>#include &lt;concurrent_hash_map.h&gt;</code>
  29. <p>
  30. <p>Inheritance diagram for tbb::interface5::concurrent_hash_map&lt; Key, T, HashCompare, Allocator &gt;::accessor:
  31. <p><center><img src="a00282.png" usemap="#tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::accessor_map" border="0" alt=""></center>
  32. <map name="tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::accessor_map">
  33. <area href="a00284.html" alt="tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::const_accessor" shape="rect" coords="0,0,530,24">
  34. </map>
  35. <a href="a00023.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
  36. <tr><td></td></tr>
  37. <tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
  38. <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="0b648be7a95a8fb2971042c15eb112c1"></a><!-- doxytag: member="tbb::interface5::concurrent_hash_map::accessor::value_type" ref="0b648be7a95a8fb2971042c15eb112c1" args="" -->
  39. typedef concurrent_hash_map::value_type&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00282.html#0b648be7a95a8fb2971042c15eb112c1">value_type</a></td></tr>
  40. <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Type of value. <br></td></tr>
  41. <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
  42. <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="170280ea807a22e742095de3e8c5ea38"></a><!-- doxytag: member="tbb::interface5::concurrent_hash_map::accessor::operator *" ref="170280ea807a22e742095de3e8c5ea38" args="() const " -->
  43. reference&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00282.html#170280ea807a22e742095de3e8c5ea38">operator *</a> () const </td></tr>
  44. <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return reference to associated value in hash table. <br></td></tr>
  45. <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a807920cdffe3ec5c5e282b4d1ff92a2"></a><!-- doxytag: member="tbb::interface5::concurrent_hash_map::accessor::operator-&gt;" ref="a807920cdffe3ec5c5e282b4d1ff92a2" args="() const " -->
  46. pointer&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00282.html#a807920cdffe3ec5c5e282b4d1ff92a2">operator-&gt;</a> () const </td></tr>
  47. <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return pointer to associated value in hash table. <br></td></tr>
  48. </table>
  49. <hr><a name="_details"></a><h2>Detailed Description</h2>
  50. <h3>template&lt;typename Key, typename T, typename HashCompare, typename Allocator&gt;<br>
  51. class tbb::interface5::concurrent_hash_map&lt; Key, T, HashCompare, Allocator &gt;::accessor</h3>
  52. Allows write access to elements and combines data access, locking, and garbage collection.
  53. <p>
  54. <hr>The documentation for this class was generated from the following file:<ul>
  55. <li>concurrent_hash_map.h</ul>
  56. <hr>
  57. <p></p>
  58. Copyright &copy; 2005-2013 Intel Corporation. All Rights Reserved.
  59. <p></p>
  60. Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are
  61. registered trademarks or trademarks of Intel Corporation or its
  62. subsidiaries in the United States and other countries.
  63. <p></p>
  64. * Other names and brands may be claimed as the property of others.