Changeset 616 for library/doc/html/classbdm_1_1object__ptr.html
- Timestamp:
- 09/13/09 23:15:31 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/classbdm_1_1object__ptr.html
r614 r616 74 74 <p>A wrapper of <a class="el" href="classbdm_1_1shared__ptr.html" title="A naive implementation of roughly a subset of the std::tr1::shared_ptr spec.">shared_ptr</a> which is never empty. 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::object_ptr< T ></h3> 79 80 <p>A wrapper of <a class="el" href="classbdm_1_1shared__ptr.html" title="A naive implementation of roughly a subset of the std::tr1::shared_ptr spec.">shared_ptr</a> which is never empty. </p> 81 <p>T must have a default constructor.</p> 82 <p>Note that shared_ptr's destructor isn't virtual - don't call delete on pointers to instances of this class. </p> 76 83 77 84 <p><code>#include <<a class="el" href="shared__ptr_8h_source.html">shared_ptr.h</a>></code></p> … … 107 114 <tr><td class="mdescLeft"> </td><td class="mdescRight">Efficient swap for <a class="el" href="classbdm_1_1shared__ptr.html" title="A naive implementation of roughly a subset of the std::tr1::shared_ptr spec.">shared_ptr</a>. <br/></td></tr> 108 115 </table> 109 <hr/><a name="_details"></a><h2>Detailed Description</h2>110 <h3>template<typename T><br/>111 class bdm::object_ptr< T ></h3>112 113 <p>A wrapper of <a class="el" href="classbdm_1_1shared__ptr.html" title="A naive implementation of roughly a subset of the std::tr1::shared_ptr spec.">shared_ptr</a> which is never empty. </p>114 <p>T must have a default constructor.</p>115 <p>Note that shared_ptr's destructor isn't virtual - don't call delete on pointers to instances of this class. </p>116 116 <hr/><h2>Constructor & Destructor Documentation</h2> 117 117 <a class="anchor" id="a9f1016ff2bbfa497d1cc0a4497c1fba4"></a><!-- doxytag: member="bdm::object_ptr::object_ptr" ref="a9f1016ff2bbfa497d1cc0a4497c1fba4" args="()" --> … … 383 383 </ul> 384 384 </div> 385 <hr size="1"/><address style="text-align: right;"><small>Generated on Sun Sep 13 2 2:40:442009 for mixpp by 385 <hr size="1"/><address style="text-align: right;"><small>Generated on Sun Sep 13 23:08:56 2009 for mixpp by 386 386 <a href="http://www.doxygen.org/index.html"> 387 387 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>