Show
Ignore:
Timestamp:
09/13/09 23:15:31 (15 years ago)
Author:
smidl
Message:

doc, sorted related pages

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/doc/html/classbdm_1_1shared__ptr.html

    r614 r616  
    7474<p>A naive implementation of roughly a subset of the std::tr1::shared_ptr spec.   
    7575<a href="#_details">More...</a></p> 
     76<hr/><a name="_details"></a><h2>Detailed Description</h2> 
     77<h3>template&lt;typename T&gt;<br/> 
     78 class bdm::shared_ptr&lt; T &gt;</h3> 
     79 
     80<p>A naive implementation of roughly a subset of the std::tr1::shared_ptr spec. </p> 
     81<p>Really just roughly - it ignores memory exceptions, for example; also note I didn't read the spec.</p> 
     82<p>The standard template would naturally be preferable, <b>if</b> it was included in the standard libraries of all supported compilers - but as of 2009, that's still a problem... </p> 
    7683 
    7784<p><code>#include &lt;<a class="el" href="shared__ptr_8h_source.html">shared_ptr.h</a>&gt;</code></p> 
     
    114121class&nbsp;</td><td class="memItemRight" valign="bottom"><b>shared_ptr</b></td></tr> 
    115122</table> 
    116 <hr/><a name="_details"></a><h2>Detailed Description</h2> 
    117 <h3>template&lt;typename T&gt;<br/> 
    118  class bdm::shared_ptr&lt; T &gt;</h3> 
    119  
    120 <p>A naive implementation of roughly a subset of the std::tr1::shared_ptr spec. </p> 
    121 <p>Really just roughly - it ignores memory exceptions, for example; also note I didn't read the spec.</p> 
    122 <p>The standard template would naturally be preferable, <b>if</b> it was included in the standard libraries of all supported compilers - but as of 2009, that's still a problem... </p> 
    123123<hr/><h2>Constructor &amp; Destructor Documentation</h2> 
    124124<a class="anchor" id="a66a4d41031e37618f1a9bb3c81814c11"></a><!-- doxytag: member="bdm::shared_ptr::shared_ptr" ref="a66a4d41031e37618f1a9bb3c81814c11" args="()" --> 
     
    427427</ul> 
    428428</div> 
    429 <hr size="1"/><address style="text-align: right;"><small>Generated on Sun Sep 13 22:40:44 2009 for mixpp by&nbsp; 
     429<hr size="1"/><address style="text-align: right;"><small>Generated on Sun Sep 13 23:08:56 2009 for mixpp by&nbsp; 
    430430<a href="http://www.doxygen.org/index.html"> 
    431431<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>