2000-07-27 14:27:00 +00:00
|
|
|
<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">
|
2000-08-03 15:26:16 +00:00
|
|
|
<meta name="ProgId" content="FrontPage.Editor.Document">
|
2000-07-27 14:27:00 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body bgcolor="#FFFFFF" text="#000000">
|
|
|
|
|
|
|
|
<table border="1" bgcolor="#007F7F" cellpadding="2">
|
|
|
|
<tr>
|
2000-08-03 15:26:16 +00:00
|
|
|
<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>
|
2000-11-10 15:39:05 +00:00
|
|
|
<td><a href="../libraries.htm"><font face="Arial" color="#FFFFFF"><big>Libraries</big></font></a></td>
|
|
|
|
<td><a href="../../people/people.htm"><font face="Arial" color="#FFFFFF"><big>People</big></font></a></td>
|
2000-08-03 15:26:16 +00:00
|
|
|
<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>
|
2000-07-27 14:27:00 +00:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<h1>Smart pointer library</h1>
|
2000-08-03 15:26:16 +00:00
|
|
|
<p>The header smart_ptr.hpp provides four smart pointer classes. Smart
|
|
|
|
pointers ease the management of memory dynamically allocated with C++ <strong>new</strong>
|
|
|
|
expressions.
|
2000-07-27 14:27:00 +00:00
|
|
|
<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>
|
2000-08-03 15:26:16 +00:00
|
|
|
<li>Submitted by <a href="../../people/greg_colvin.htm">Greg Colvin</a> and <a href="../../people/beman_dawes.html">Beman
|
|
|
|
Dawes</a>.</li>
|
2000-07-27 14:27:00 +00:00
|
|
|
</ul>
|
2001-03-14 15:11:55 +00:00
|
|
|
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %b %Y" startspan -->14 Mar 2001<!--webbot bot="Timestamp" endspan i-checksum="14885" -->
|
2000-08-03 15:26:16 +00:00
|
|
|
</p>
|
2000-07-27 14:27:00 +00:00
|
|
|
|
|
|
|
</body>
|
2000-08-03 15:26:16 +00:00
|
|
|
|
2000-07-27 14:27:00 +00:00
|
|
|
</html>
|