Changeset 616 for library/doc/html/classbdm_1_1shared__ptr.html
- Timestamp:
- 09/13/09 23:15:31 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/classbdm_1_1shared__ptr.html
r614 r616 74 74 <p>A naive implementation of roughly a subset of the std::tr1::shared_ptr spec. 75 75 <a href="#_details">More...</a></p> 76 <hr/><a name="_details"></a><h2>Detailed Description</h2> 77 <h3>template<typename T><br/> 78 class bdm::shared_ptr< T ></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> 76 83 77 84 <p><code>#include <<a class="el" href="shared__ptr_8h_source.html">shared_ptr.h</a>></code></p> … … 114 121 class </td><td class="memItemRight" valign="bottom"><b>shared_ptr</b></td></tr> 115 122 </table> 116 <hr/><a name="_details"></a><h2>Detailed Description</h2>117 <h3>template<typename T><br/>118 class bdm::shared_ptr< T ></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>123 123 <hr/><h2>Constructor & Destructor Documentation</h2> 124 124 <a class="anchor" id="a66a4d41031e37618f1a9bb3c81814c11"></a><!-- doxytag: member="bdm::shared_ptr::shared_ptr" ref="a66a4d41031e37618f1a9bb3c81814c11" args="()" --> … … 427 427 </ul> 428 428 </div> 429 <hr size="1"/><address style="text-align: right;"><small>Generated on Sun Sep 13 2 2:40:442009 for mixpp by 429 <hr size="1"/><address style="text-align: right;"><small>Generated on Sun Sep 13 23:08:56 2009 for mixpp by 430 430 <a href="http://www.doxygen.org/index.html"> 431 431 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>