Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 4bc66056a634db26a1f4d0845dc41ca6 > files > 3502

mrpt-doc-0.9.5-0.1.20110925svn2670.fc16.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Eigen::aligned_allocator Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<div align="left"><a href="http://www.mrpt.org/">Main MRPT website</a> &gt; <b>C++ reference</b> </div>
<div align="right">
<a href="index.html"><img border="0" src="mrpt_logo.png" alt="MRPT logo"></a>
</div>
<!-- Generated by Doxygen 1.7.5 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
      <li>
        <div id="MSearchBox" class="MSearchBoxInactive">
          <div class="left">
            <form id="FSearchBox" action="search.php" method="get">
              <img id="MSearchSelect" src="search/mag.png" alt=""/>
              <input type="text" id="MSearchField" name="query" value="Search" size="20" accesskey="S" 
                     onfocus="searchBox.OnSearchFieldFocus(true)" 
                     onblur="searchBox.OnSearchFieldFocus(false)"/>
            </form>
          </div><div class="right"></div>
        </div>
      </li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
      <li><a href="classes.html"><span>Class&#160;Index</span></a></li>
      <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="namespace_eigen.html">Eigen</a>      </li>
      <li class="navelem"><a class="el" href="class_eigen_1_1aligned__allocator.html">aligned_allocator</a>      </li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#pub-types">Public Types</a> &#124;
<a href="#pub-methods">Public Member Functions</a>  </div>
  <div class="headertitle">
<div class="title">Eigen::aligned_allocator Class Reference<div class="ingroups"><a class="el" href="group___core___module.html">Core module</a></div></div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="Eigen::aligned_allocator" --><hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>STL compatible allocator to use with with 16 byte aligned types. </p>
<p>Example: </p>
<div class="fragment"><pre class="fragment"> <span class="comment">// Matrix4f requires 16 bytes alignment:</span>
 std::map&lt; int, Matrix4f, std::less&lt;int&gt;, 
           aligned_allocator&lt;std::pair&lt;const int, Matrix4f&gt; &gt; &gt; my_map_mat4;
 <span class="comment">// Vector3f does not require 16 bytes alignment, no need to use Eigen&#39;s allocator:</span>
 std::map&lt; int, Vector3f &gt; my_map_vec3;
</pre></div><dl class="see"><dt><b>See also:</b></dt><dd>TopicStlContainers. </dd></dl>
</div>
<p><a href="class_eigen_1_1aligned__allocator-members.html">List of all members.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_eigen_1_1aligned__allocator_1_1rebind.html">rebind</a></td></tr>
<tr><td colspan="2"><h2><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef size_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1aligned__allocator.html#a583c35ef2c8fa1e34ddb0b5e04051df6">size_type</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef std::ptrdiff_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1aligned__allocator.html#a1bef369c288a6e688a5622200321235b">difference_type</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef T *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1aligned__allocator.html#ab1bc52aee46952cb19ed46fff7c4a7ab">pointer</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef const T *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1aligned__allocator.html#a5e6f10df96254221c5f19a2e5454f1ea">const_pointer</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef T &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1aligned__allocator.html#ace3cf99008a8066d5e6486509baf0648">reference</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef const T &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1aligned__allocator.html#a9d50f19f7bb56b1bdd57c69158bce996">const_reference</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef T&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1aligned__allocator.html#a47fa2b4117bf1af294c58b9a319edfd8">value_type</a></td></tr>
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1aligned__allocator.html#ab1bc52aee46952cb19ed46fff7c4a7ab">pointer</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1aligned__allocator.html#a29a0fb77597a6a67aa4a750fe883e9cd">address</a> (<a class="el" href="class_eigen_1_1aligned__allocator.html#ace3cf99008a8066d5e6486509baf0648">reference</a> value) const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1aligned__allocator.html#a5e6f10df96254221c5f19a2e5454f1ea">const_pointer</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1aligned__allocator.html#a7c9ff6c80525f5f76268b255805f073c">address</a> (<a class="el" href="class_eigen_1_1aligned__allocator.html#a9d50f19f7bb56b1bdd57c69158bce996">const_reference</a> value) const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1aligned__allocator.html#aef66ff7548e500be1fda1ef79c9b369c">aligned_allocator</a> ()  throw ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1aligned__allocator.html#a20c73fe3a34050dfd0addbaef7495aed">aligned_allocator</a> (const <a class="el" href="class_eigen_1_1aligned__allocator.html">aligned_allocator</a> &amp;)  throw ()</td></tr>
<tr><td class="memTemplParams" colspan="2">template&lt;class U &gt; </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="class_eigen_1_1aligned__allocator.html#a415825c76aea855abed5a02e5389fe8c">aligned_allocator</a> (const <a class="el" href="class_eigen_1_1aligned__allocator.html">aligned_allocator</a>&lt; U &gt; &amp;)  throw ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1aligned__allocator.html#a5ff648d3b4ff3f0110200370c33321bb">~aligned_allocator</a> ()  throw ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1aligned__allocator.html#a583c35ef2c8fa1e34ddb0b5e04051df6">size_type</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1aligned__allocator.html#a8ece5305c25366fbd0e0b3e9a2a31cfa">max_size</a> () const   throw ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_eigen_1_1aligned__allocator.html#ab1bc52aee46952cb19ed46fff7c4a7ab">pointer</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1aligned__allocator.html#a0fd7994026a586ea5a4417b73b32f143">allocate</a> (<a class="el" href="class_eigen_1_1aligned__allocator.html#a583c35ef2c8fa1e34ddb0b5e04051df6">size_type</a> num, const void *hint=0)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1aligned__allocator.html#ab9156ca24c550a399d119648560a8103">construct</a> (<a class="el" href="class_eigen_1_1aligned__allocator.html#ab1bc52aee46952cb19ed46fff7c4a7ab">pointer</a> p, const T &amp;value)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1aligned__allocator.html#afc03b16cbfef7507914396f3a6436be7">destroy</a> (<a class="el" href="class_eigen_1_1aligned__allocator.html#ab1bc52aee46952cb19ed46fff7c4a7ab">pointer</a> p)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1aligned__allocator.html#a86cb03cfccca7bffb816a2ca377debe5">deallocate</a> (<a class="el" href="class_eigen_1_1aligned__allocator.html#ab1bc52aee46952cb19ed46fff7c4a7ab">pointer</a> p, <a class="el" href="class_eigen_1_1aligned__allocator.html#a583c35ef2c8fa1e34ddb0b5e04051df6">size_type</a>)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1aligned__allocator.html#a7decaa541dedd96c2636b0ebb9e01843">operator!=</a> (const <a class="el" href="class_eigen_1_1aligned__allocator.html">aligned_allocator</a>&lt; T &gt; &amp;) const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_eigen_1_1aligned__allocator.html#a1950b1e0a7a58fe1b4a0d1f508e4f04e">operator==</a> (const <a class="el" href="class_eigen_1_1aligned__allocator.html">aligned_allocator</a>&lt; T &gt; &amp;) const </td></tr>
</table>
<hr/><h2>Member Typedef Documentation</h2>
<a class="anchor" id="a5e6f10df96254221c5f19a2e5454f1ea"></a><!-- doxytag: member="Eigen::aligned_allocator::const_pointer" ref="a5e6f10df96254221c5f19a2e5454f1ea" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef const T* <a class="el" href="class_eigen_1_1aligned__allocator.html#a5e6f10df96254221c5f19a2e5454f1ea">Eigen::aligned_allocator::const_pointer</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_core_source.html#l00648">648</a> of file <a class="el" href="_core_source.html">Core</a>.</p>

</div>
</div>
<a class="anchor" id="a9d50f19f7bb56b1bdd57c69158bce996"></a><!-- doxytag: member="Eigen::aligned_allocator::const_reference" ref="a9d50f19f7bb56b1bdd57c69158bce996" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef const T&amp; <a class="el" href="class_eigen_1_1aligned__allocator.html#a9d50f19f7bb56b1bdd57c69158bce996">Eigen::aligned_allocator::const_reference</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_core_source.html#l00650">650</a> of file <a class="el" href="_core_source.html">Core</a>.</p>

</div>
</div>
<a class="anchor" id="a1bef369c288a6e688a5622200321235b"></a><!-- doxytag: member="Eigen::aligned_allocator::difference_type" ref="a1bef369c288a6e688a5622200321235b" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef std::ptrdiff_t <a class="el" href="class_eigen_1_1aligned__allocator.html#a1bef369c288a6e688a5622200321235b">Eigen::aligned_allocator::difference_type</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_core_source.html#l00646">646</a> of file <a class="el" href="_core_source.html">Core</a>.</p>

</div>
</div>
<a class="anchor" id="ab1bc52aee46952cb19ed46fff7c4a7ab"></a><!-- doxytag: member="Eigen::aligned_allocator::pointer" ref="ab1bc52aee46952cb19ed46fff7c4a7ab" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef T* <a class="el" href="class_eigen_1_1aligned__allocator.html#ab1bc52aee46952cb19ed46fff7c4a7ab">Eigen::aligned_allocator::pointer</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_core_source.html#l00647">647</a> of file <a class="el" href="_core_source.html">Core</a>.</p>

</div>
</div>
<a class="anchor" id="ace3cf99008a8066d5e6486509baf0648"></a><!-- doxytag: member="Eigen::aligned_allocator::reference" ref="ace3cf99008a8066d5e6486509baf0648" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef T&amp; <a class="el" href="class_eigen_1_1aligned__allocator.html#ace3cf99008a8066d5e6486509baf0648">Eigen::aligned_allocator::reference</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_core_source.html#l00649">649</a> of file <a class="el" href="_core_source.html">Core</a>.</p>

</div>
</div>
<a class="anchor" id="a583c35ef2c8fa1e34ddb0b5e04051df6"></a><!-- doxytag: member="Eigen::aligned_allocator::size_type" ref="a583c35ef2c8fa1e34ddb0b5e04051df6" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef size_t <a class="el" href="class_eigen_1_1aligned__allocator.html#a583c35ef2c8fa1e34ddb0b5e04051df6">Eigen::aligned_allocator::size_type</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_core_source.html#l00645">645</a> of file <a class="el" href="_core_source.html">Core</a>.</p>

</div>
</div>
<a class="anchor" id="a47fa2b4117bf1af294c58b9a319edfd8"></a><!-- doxytag: member="Eigen::aligned_allocator::value_type" ref="a47fa2b4117bf1af294c58b9a319edfd8" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef T <a class="el" href="class_eigen_1_1aligned__allocator.html#a47fa2b4117bf1af294c58b9a319edfd8">Eigen::aligned_allocator::value_type</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_core_source.html#l00651">651</a> of file <a class="el" href="_core_source.html">Core</a>.</p>

</div>
</div>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="aef66ff7548e500be1fda1ef79c9b369c"></a><!-- doxytag: member="Eigen::aligned_allocator::aligned_allocator" ref="aef66ff7548e500be1fda1ef79c9b369c" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Eigen::aligned_allocator::aligned_allocator </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td>  throw ()<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_core_source.html#l00669">669</a> of file <a class="el" href="_core_source.html">Core</a>.</p>

</div>
</div>
<a class="anchor" id="a20c73fe3a34050dfd0addbaef7495aed"></a><!-- doxytag: member="Eigen::aligned_allocator::aligned_allocator" ref="a20c73fe3a34050dfd0addbaef7495aed" args="(const aligned_allocator &amp;)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Eigen::aligned_allocator::aligned_allocator </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="class_eigen_1_1aligned__allocator.html">aligned_allocator</a> &amp;&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td>  throw ()<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_core_source.html#l00673">673</a> of file <a class="el" href="_core_source.html">Core</a>.</p>

</div>
</div>
<a class="anchor" id="a415825c76aea855abed5a02e5389fe8c"></a><!-- doxytag: member="Eigen::aligned_allocator::aligned_allocator" ref="a415825c76aea855abed5a02e5389fe8c" args="(const aligned_allocator&lt; U &gt; &amp;)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class U &gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">Eigen::aligned_allocator::aligned_allocator </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="class_eigen_1_1aligned__allocator.html">aligned_allocator</a>&lt; U &gt; &amp;&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td>  throw ()<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_core_source.html#l00678">678</a> of file <a class="el" href="_core_source.html">Core</a>.</p>

</div>
</div>
<a class="anchor" id="a5ff648d3b4ff3f0110200370c33321bb"></a><!-- doxytag: member="Eigen::aligned_allocator::~aligned_allocator" ref="a5ff648d3b4ff3f0110200370c33321bb" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Eigen::aligned_allocator::~aligned_allocator </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td>  throw ()<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_core_source.html#l00682">682</a> of file <a class="el" href="_core_source.html">Core</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a29a0fb77597a6a67aa4a750fe883e9cd"></a><!-- doxytag: member="Eigen::aligned_allocator::address" ref="a29a0fb77597a6a67aa4a750fe883e9cd" args="(reference value) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1aligned__allocator.html#ab1bc52aee46952cb19ed46fff7c4a7ab">pointer</a> Eigen::aligned_allocator::address </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="class_eigen_1_1aligned__allocator.html#ace3cf99008a8066d5e6486509baf0648">reference</a>&#160;</td>
          <td class="paramname"><em>value</em></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_core_source.html#l00659">659</a> of file <a class="el" href="_core_source.html">Core</a>.</p>

</div>
</div>
<a class="anchor" id="a7c9ff6c80525f5f76268b255805f073c"></a><!-- doxytag: member="Eigen::aligned_allocator::address" ref="a7c9ff6c80525f5f76268b255805f073c" args="(const_reference value) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1aligned__allocator.html#a5e6f10df96254221c5f19a2e5454f1ea">const_pointer</a> Eigen::aligned_allocator::address </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="class_eigen_1_1aligned__allocator.html#a9d50f19f7bb56b1bdd57c69158bce996">const_reference</a>&#160;</td>
          <td class="paramname"><em>value</em></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_core_source.html#l00664">664</a> of file <a class="el" href="_core_source.html">Core</a>.</p>

</div>
</div>
<a class="anchor" id="a0fd7994026a586ea5a4417b73b32f143"></a><!-- doxytag: member="Eigen::aligned_allocator::allocate" ref="a0fd7994026a586ea5a4417b73b32f143" args="(size_type num, const void *hint=0)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1aligned__allocator.html#ab1bc52aee46952cb19ed46fff7c4a7ab">pointer</a> Eigen::aligned_allocator::allocate </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="class_eigen_1_1aligned__allocator.html#a583c35ef2c8fa1e34ddb0b5e04051df6">size_type</a>&#160;</td>
          <td class="paramname"><em>num</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const void *&#160;</td>
          <td class="paramname"><em>hint</em> = <code>0</code>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_core_source.html#l00691">691</a> of file <a class="el" href="_core_source.html">Core</a>.</p>

</div>
</div>
<a class="anchor" id="ab9156ca24c550a399d119648560a8103"></a><!-- doxytag: member="Eigen::aligned_allocator::construct" ref="ab9156ca24c550a399d119648560a8103" args="(pointer p, const T &amp;value)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Eigen::aligned_allocator::construct </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="class_eigen_1_1aligned__allocator.html#ab1bc52aee46952cb19ed46fff7c4a7ab">pointer</a>&#160;</td>
          <td class="paramname"><em>p</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const T &amp;&#160;</td>
          <td class="paramname"><em>value</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_core_source.html#l00697">697</a> of file <a class="el" href="_core_source.html">Core</a>.</p>

</div>
</div>
<a class="anchor" id="a86cb03cfccca7bffb816a2ca377debe5"></a><!-- doxytag: member="Eigen::aligned_allocator::deallocate" ref="a86cb03cfccca7bffb816a2ca377debe5" args="(pointer p, size_type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Eigen::aligned_allocator::deallocate </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="class_eigen_1_1aligned__allocator.html#ab1bc52aee46952cb19ed46fff7c4a7ab">pointer</a>&#160;</td>
          <td class="paramname"><em>p</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="class_eigen_1_1aligned__allocator.html#a583c35ef2c8fa1e34ddb0b5e04051df6">size_type</a>&#160;</td>
          <td class="paramname">&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_core_source.html#l00707">707</a> of file <a class="el" href="_core_source.html">Core</a>.</p>

</div>
</div>
<a class="anchor" id="afc03b16cbfef7507914396f3a6436be7"></a><!-- doxytag: member="Eigen::aligned_allocator::destroy" ref="afc03b16cbfef7507914396f3a6436be7" args="(pointer p)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Eigen::aligned_allocator::destroy </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="class_eigen_1_1aligned__allocator.html#ab1bc52aee46952cb19ed46fff7c4a7ab">pointer</a>&#160;</td>
          <td class="paramname"><em>p</em></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_core_source.html#l00702">702</a> of file <a class="el" href="_core_source.html">Core</a>.</p>

</div>
</div>
<a class="anchor" id="a8ece5305c25366fbd0e0b3e9a2a31cfa"></a><!-- doxytag: member="Eigen::aligned_allocator::max_size" ref="a8ece5305c25366fbd0e0b3e9a2a31cfa" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_eigen_1_1aligned__allocator.html#a583c35ef2c8fa1e34ddb0b5e04051df6">size_type</a> Eigen::aligned_allocator::max_size </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const  throw ()<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_core_source.html#l00686">686</a> of file <a class="el" href="_core_source.html">Core</a>.</p>

</div>
</div>
<a class="anchor" id="a7decaa541dedd96c2636b0ebb9e01843"></a><!-- doxytag: member="Eigen::aligned_allocator::operator!=" ref="a7decaa541dedd96c2636b0ebb9e01843" args="(const aligned_allocator&lt; T &gt; &amp;) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool Eigen::aligned_allocator::operator!= </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="class_eigen_1_1aligned__allocator.html">aligned_allocator</a>&lt; T &gt; &amp;&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_core_source.html#l00712">712</a> of file <a class="el" href="_core_source.html">Core</a>.</p>

</div>
</div>
<a class="anchor" id="a1950b1e0a7a58fe1b4a0d1f508e4f04e"></a><!-- doxytag: member="Eigen::aligned_allocator::operator==" ref="a1950b1e0a7a58fe1b4a0d1f508e4f04e" args="(const aligned_allocator&lt; T &gt; &amp;) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool Eigen::aligned_allocator::operator== </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="class_eigen_1_1aligned__allocator.html">aligned_allocator</a>&lt; T &gt; &amp;&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="_core_source.html#l00715">715</a> of file <a class="el" href="_core_source.html">Core</a>.</p>

</div>
</div>
</div>
<br><hr><br> <table border="0" width="100%"> <tr> <td> Page generated by <a href="http://www.doxygen.org" target="_blank">Doxygen 1.7.5</a> for MRPT 0.9.5 SVN: at Sun Sep 25 17:20:18 UTC 2011</td><td></td> <td width="100"> </td> <td width="150">  </td></tr> </table>  </body></html>