mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-10-16 17:35:25 +02:00
38 lines
1.6 KiB
HTML
38 lines
1.6 KiB
HTML
![]() |
<html>
|
||
|
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||
|
<title>Boost Smart Pointer Library</title>
|
||
|
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
|
||
|
</head>
|
||
|
|
||
|
<body bgcolor="#FFFFFF" text="#000000">
|
||
|
|
||
|
<table border="1" bgcolor="#007F7F" cellpadding="2">
|
||
|
<tr>
|
||
|
<td bgcolor="#FFFFFF"><img src="../../c++boost.gif" alt="c++boost.gif (8819 bytes)" WIDTH="277" HEIGHT="86"></td>
|
||
|
<td><a href="../../index.htm"><font face="Arial" color="#FFFFFF"><big>Home </big></font></a></td>
|
||
|
<td><a href="../../libraries.htm"><font face="Arial" color="#FFFFFF"><big>Libraries </big></font></a></td>
|
||
|
<td><a href="../../people.htm"><font face="Arial" color="#FFFFFF"><big>People </big></font></a></td>
|
||
|
<td><a href="../../more/faq.htm"><font face="Arial" color="#FFFFFF"><big>FAQ </big></font></a></td>
|
||
|
<td><a href="../../more/index.htm"><font face="Arial" color="#FFFFFF"><big>More </big></font></a></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<h1>Smart pointer library</h1>
|
||
|
|
||
|
<p>The header smart_ptr.h provides four smart pointer classes. Smart pointers ease
|
||
|
the management of memory dynamically allocated with C++ <strong>new</strong> expressions.
|
||
|
|
||
|
<ul>
|
||
|
<li><a href="smart_ptr.htm">Documentation</a> (HTML).</li>
|
||
|
<li>Header <a href="../../boost/smart_ptr.hpp">smart_ptr.hpp</a></li>
|
||
|
<li>Test program <a href="smart_ptr_test.cpp">smart_ptr_test.cpp</a>.</li>
|
||
|
<li>Download <a href="../../boost_all.zip"> all of Boost</a> (ZIP format).</li>
|
||
|
<li>Submitted by <a href="../../people/greg_colvin.htm">Greg Colvin</a> and <a href="../../people/beman_dawes.html">Beman Dawes</a>.</li>
|
||
|
</ul>
|
||
|
|
||
|
<p>Revised July 23, 1999</p>
|
||
|
</body>
|
||
|
</html>
|