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.

63 lines
3.4 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::aligned_space&lt; T, N &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="a00265.html">aligned_space</a></div>
  25. <h1>tbb::aligned_space&lt; T, N &gt; Class Template Reference<br>
  26. <small>
  27. [<a class="el" href="a00443.html">Memory Allocation</a>]</small>
  28. </h1><!-- doxytag: class="tbb::aligned_space" -->Block of space aligned sufficiently to construct an array T with N elements.
  29. <a href="#_details">More...</a>
  30. <p>
  31. <code>#include &lt;aligned_space.h&gt;</code>
  32. <p>
  33. <a href="a00007.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 Member Functions</h2></td></tr>
  36. <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="0d702fc6b9e9d061ace3501b3c861cdf"></a><!-- doxytag: member="tbb::aligned_space::begin" ref="0d702fc6b9e9d061ace3501b3c861cdf" args="()" -->
  37. T *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00265.html#0d702fc6b9e9d061ace3501b3c861cdf">begin</a> ()</td></tr>
  38. <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Pointer to beginning of array. <br></td></tr>
  39. <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="024be075c23c0394c9a2518d993bcd9e"></a><!-- doxytag: member="tbb::aligned_space::end" ref="024be075c23c0394c9a2518d993bcd9e" args="()" -->
  40. T *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00265.html#024be075c23c0394c9a2518d993bcd9e">end</a> ()</td></tr>
  41. <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Pointer to one past last element in array. <br></td></tr>
  42. </table>
  43. <hr><a name="_details"></a><h2>Detailed Description</h2>
  44. <h3>template&lt;typename T, size_t N&gt;<br>
  45. class tbb::aligned_space&lt; T, N &gt;</h3>
  46. Block of space aligned sufficiently to construct an array T with N elements.
  47. <p>
  48. The elements are not constructed or destroyed by this class.
  49. <p>
  50. <hr>The documentation for this class was generated from the following file:<ul>
  51. <li>aligned_space.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.