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