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>nw::gfx::GfxPtr::Reset Member Function</h1>
11    <h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14void Reset();
15
16template &lt;typename TTObject&gt;
17void Reset(
18     TTObject * object
19);
20
21template &lt;typename TTObject&gt;
22void Reset(
23     TTObject * object,
24     bool hasOwnership
25);
26</pre>
27    </div>
28    <h2>List of Overloaded Member Functions</h2>
29    <div class="section">
30      <table class="members">
31        <tr>
32          <td>
33            <a href="./Reset(0).html"><CODE>Reset( )</CODE> </a>
34          </td>
35          <td>
36          </td>
37        </tr>
38        <tr>
39          <td>
40            <a href="./Reset(1).html">Reset ( TTObject * ) </a>
41          </td>
42          <td>
43          </td>
44        </tr>
45        <tr>
46          <td>
47            <a href="./Reset(2).html">Reset ( TTObject *, bool ) </a>
48          </td>
49          <td>Configures an object.</td>
50        </tr> </table>
51    </div>
52    <h2>Description of <CODE>Reset( )</CODE></h2>
53    <div class="section">
54      <p>
55          </p>
56    </div>
57    <h2>Description of Reset ( TTObject * )</h2>
58    <div class="section">
59      <p>
60          </p>
61    </div>
62    <h2>Description of Reset ( TTObject *, bool )</h2>
63    <div class="section"><p>If false is specified in <CODE>hasOwnership</CODE>, the object is not destroyed when this instance of <a href="../../../nw/gfx/GfxPtr/Overview.html">GfxPtr</a> is destroyed. </p></div>
64  <hr><p>CONFIDENTIAL</p></body>
65</html>