1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Loki: Loki::DeleteSingle< P > Class Template Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li id="current"><a href="classes.html"><span>Classes</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><label> <u>S</u>earch for </label></td>
<td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
</tr>
</table>
</form>
</li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="classes.html"><span>Alphabetical List</span></a></li>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul></div>
<div class="nav">
<a class="el" href="a00764.html">Loki</a>::<a class="el" href="a00663.html">DeleteSingle</a></div>
<h1>Loki::DeleteSingle< P > Class Template Reference<br>
<small>
[<a class="el" href="a00787.html">Delete policies</a>]</small>
</h1><!-- doxytag: class="Loki::DeleteSingle" --><code>#include <StrongPtr.h></code>
<p>
<a href="a00248.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="a00663.html#d6c44662923b94ae70478b91f5034860">Delete</a> (const P *p)</td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
<h3>template<class P><br>
class Loki::DeleteSingle< P ></h3>
Implementation of the DeletePolicy used by <a class="el" href="a00719.html">StrongPtr</a>. This deletes just one shared object. This is the default class for the DeletePolicy.
<p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="d6c44662923b94ae70478b91f5034860"></a><!-- doxytag: member="Loki::DeleteSingle::Delete" ref="d6c44662923b94ae70478b91f5034860" args="(const P *p)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class P> </div>
<table class="memname">
<tr>
<td class="memname">static void <a class="el" href="a00663.html">Loki::DeleteSingle</a>< P >::Delete </td>
<td>(</td>
<td class="paramtype">const P * </td>
<td class="paramname"> <em>p</em> </td>
<td> ) </td>
<td width="100%"><code> [inline, static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li>StrongPtr.h</ul>
<hr size="1"><address style="align: right;"><small>Generated on Mon Jun 19 15:14:44 2006 for Loki by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
</body>
</html>
|