1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" />
7    <title>Reset</title>
8  </head>
9  <body>
10    <h1><CODE><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/ut/Overview.html">ut</a>::<a href="../../../nw/ut/MovePtr/Overview.html">MovePtr</a>::Reset</CODE> Member Function</h1>
11    <h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14void Reset();
15template &lt;typename TTObject&gt;
16void Reset(
17     TTObject * object
18);
19template &lt;typename TTObject, typename TTDeleter&gt;
20void Reset(
21     TTObject * object,
22     TTDeleter deleter
23);
24template &lt;typename TTObject&gt;
25void Reset(
26     TTObject * object,
27     <a href="../../../nw/os/IAllocator/Overview.html">os::IAllocator</a> * allocator
28);
29</pre>
30    </div>
31    <h2>List of Overloaded Member Functions</h2>
32    <div class="section">
33      <table class="members">
34        <tr>
35          <td>
36            <a href="./Reset(0).html"><CODE>Reset( )</CODE> </a>
37          </td>
38          <td>Deletes stored objects and resets status.</td>
39        </tr>
40        <tr>
41          <td>
42            <a href="./Reset(1).html">Reset ( TTObject * ) </a>
43          </td>
44          <td>Deletes stored objects and swaps objects.</td>
45        </tr>
46        <tr>
47          <td>
48            <a href="./Reset(2).html">Reset ( TTObject *, TTDeleter ) </a>
49          </td>
50          <td>Deletes stored instances and swaps objects.</td>
51        </tr>
52        <tr>
53          <td>
54            <a href="./Reset(3).html">Reset ( TTObject *, os::IAllocator * ) </a>
55          </td>
56          <td>Deletes stored instances and swaps objects.</td>
57        </tr> </table>
58    </div>
59    <h2>Description of <CODE>Reset( )</CODE></h2>
60    <div class="section">
61      <p>Deletes stored objects and resets status.</p>
62    </div>
63    <h2>Description of Reset ( TTObject * )</h2>
64    <div class="section">
65      <p>Deletes stored objects and swaps objects.</p>
66    </div>
67    <h2>Description of Reset ( TTObject *, TTDeleter )</h2>
68    <div class="section">
69      <p>Deletes stored instances and swaps objects.</p>
70    </div>
71    <h2>Description of Reset ( TTObject *, os::IAllocator * )</h2>
72    <div class="section">
73      <p>Deletes stored instances and swaps objects.</p>
74    </div>
75  <hr><p>CONFIDENTIAL</p></body>
76</html>
77