You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
3.7 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::cache_aligned_allocator&lt; void &gt; Class Template 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>::<a class="el" href="a00277.html">cache_aligned_allocator&lt; void &gt;</a></div>
  25. <h1>tbb::cache_aligned_allocator&lt; void &gt; Class Template Reference<br>
  26. <small>
  27. [<a class="el" href="a00443.html">Memory Allocation</a>]</small>
  28. </h1><!-- doxytag: class="tbb::cache_aligned_allocator&lt; void &gt;" -->Analogous to std::allocator&lt;void&gt;, as defined in ISO C++ Standard, Section 20.4.1.
  29. <a href="#_details">More...</a>
  30. <p>
  31. <code>#include &lt;cache_aligned_allocator.h&gt;</code>
  32. <p>
  33. <a href="a00015.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
  34. <tr><td></td></tr>
  35. <tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
  36. <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ce89776145998f0685a767b4f195272d"></a><!-- doxytag: member="tbb::cache_aligned_allocator&lt; void &gt;::pointer" ref="ce89776145998f0685a767b4f195272d" args="" -->
  37. typedef void *&nbsp;</td><td class="memItemRight" valign="bottom"><b>pointer</b></td></tr>
  38. <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="4431fbbe1a8cfeb19c48ad0072078f45"></a><!-- doxytag: member="tbb::cache_aligned_allocator&lt; void &gt;::const_pointer" ref="4431fbbe1a8cfeb19c48ad0072078f45" args="" -->
  39. typedef const void *&nbsp;</td><td class="memItemRight" valign="bottom"><b>const_pointer</b></td></tr>
  40. <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="2ab296f4ecdd75f8e193ff92004a697d"></a><!-- doxytag: member="tbb::cache_aligned_allocator&lt; void &gt;::value_type" ref="2ab296f4ecdd75f8e193ff92004a697d" args="" -->
  41. typedef void&nbsp;</td><td class="memItemRight" valign="bottom"><b>value_type</b></td></tr>
  42. <tr><td colspan="2"><br><h2>Classes</h2></td></tr>
  43. <tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><b>rebind</b></td></tr>
  44. </table>
  45. <hr><a name="_details"></a><h2>Detailed Description</h2>
  46. <h3>template&lt;&gt;<br>
  47. class tbb::cache_aligned_allocator&lt; void &gt;</h3>
  48. Analogous to std::allocator&lt;void&gt;, as defined in ISO C++ Standard, Section 20.4.1.
  49. <p>
  50. <hr>The documentation for this class was generated from the following file:<ul>
  51. <li>cache_aligned_allocator.h</ul>
  52. <hr>
  53. <p></p>
  54. Copyright &copy; 2005-2013 Intel Corporation. All Rights Reserved.
  55. <p></p>
  56. Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are
  57. registered trademarks or trademarks of Intel Corporation or its
  58. subsidiaries in the United States and other countries.
  59. <p></p>
  60. * Other names and brands may be claimed as the property of others.