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 <style type="text/css"><!-- 8 span.static_style 9 { 10 font-size : 8pt; 11 color : white; 12 font-weight : bold; 13 background : #44f; 14 border-left : solid 1px #aaf; 15 border-top : solid 1px #aaf; 16 border-right : solid 1px #00c; 17 border-bottom : solid 1px #00c; 18 padding-left : 2px; 19 padding-right : 2px; 20 } 21 span.virtual_style 22 { 23 font-size : 8pt; 24 color : white; 25 font-weight : bold; 26 background : #0a0; 27 border-left : solid 1px #0f0; 28 border-top : solid 1px #0f0; 29 border-right : solid 1px #060; 30 border-bottom : solid 1px #060; 31 padding-left : 2px; 32 padding-right : 2px; 33 } 34 span.protected_style 35 { 36 font-size : 8pt; 37 color : white; 38 font-weight : bold; 39 background : #444; 40 border-left : solid 1px #ccc; 41 border-top : solid 1px #ccc; 42 border-right : solid 1px #222; 43 border-bottom : solid 1px #222; 44 padding-left : 2px; 45 padding-right : 2px; 46 } 47 --></style> 48 <title>nw::gfx::GfxPtr</title> 49 </head> 50 <body> 51 <h1><CODE><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/gfx/Overview.html">gfx</a>::GfxPtr</CODE> Class</h1> 52 <h2>Syntax</h2> 53 <div class="section"> 54 <pre class="definition">template <typename TObject> 55class GfxPtr</pre> 56 </div> 57 <h2>Template Arguments</h2> 58 <div class="section"> 59 <table class="arguments"> 60 <thead> 61 <tr> 62 <th>Name</th> 63 <td>Description</td> 64 </tr> 65 </thead> 66 <tr> 67 <th><CODE>TObject</CODE></th> 68 <td> 69 </td> 70 </tr> </table> 71 </div> 72 <h2>Description</h2> 73 <div class="section"> 74 <p>MovePtr class for <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>GfxObject</CODE></a>.</p> 75 </div> 76 <a name="typedef" id="typedef"> 77 <h2><CODE>typedef</CODE> Definitions</h2> 78 <div class="section"> 79 <table class="members"> 80 <tr> 81 <td width="100" /> 82 <th> 83 <a href="../../../nw/gfx/GfxPtr/GfxMovePtr.html">GfxMovePtr</a> 84 </th> 85 <td> 86 </td> 87 </tr> 88 <tr> 89 <td width="100" /> 90 <th> 91 <a href="../../../nw/gfx/GfxPtr/element_type.html"><CODE>element_type</CODE></a> 92 </th> 93 <td> 94 </td> 95 </tr> 96 <tr> 97 <td width="100" /> 98 <th> 99 <a href="../../../nw/gfx/GfxPtr/SafeBool.html"><CODE>SafeBool</CODE></a> 100 </th> 101 <td> 102 </td> 103 </tr> </table> 104 </div> 105 </a> <a name="variable" id="variable"> 106 <h2>Member Variables</h2> 107 <div class="section"> 108 <table class="members"> 109 <tr> 110 <th class="category" colspan="4">Constructors and Destructors</th> 111 </tr> 112 <tr> 113 <td width="100"> </td> 114 <th> 115 <span class="argument">m_MovePtr</span> 116 </th> 117 <td width="100"><a href="../../../nw/ut/MovePtr/Overview.html">GfxMovePtr</a></td> 118 <td> 119 </td> 120 </tr> </table> 121 </div> 122 </a> <a name="function" id="function"> 123 <h2>Member Functions</h2> 124 <div class="section"> 125 <table class="members"> 126 <tr> 127 <th class="category" colspan="3">Constructors and Destructors</th> 128 </tr> 129 <tr> 130 <td width="100"> </td> 131 <th> 132 <a href="../../../nw/gfx/GfxPtr/GfxPtr.html"><CODE>GfxPtr</CODE></a> 133 </th> 134 <td>Constructor.</td> 135 </tr> 136 <tr> 137 <td width="100"> </td> 138 <th> 139 <a href="../../../nw/gfx/GfxPtr/~GfxPtr.html">~GfxPtr</a> 140 </th> 141 <td>Destructor.</td> 142 </tr> 143 <tr> 144 <td width="100"> </td> 145 <th> 146 <a href="../../../nw/gfx/GfxPtr/operator=.html"><CODE>operator=</CODE></a> 147 </th> 148 <td> 149 </td> 150 </tr> 151 <tr> 152 <td width="100"> </td> 153 <th> 154 <a href="../../../nw/gfx/GfxPtr/Get.html"><CODE>Get</CODE></a> 155 </th> 156 <td> 157 </td> 158 </tr> 159 <tr> 160 <td width="100"> </td> 161 <th> 162 <a href="../../../nw/gfx/GfxPtr/operator-2a.html">operator *</a> 163 </th> 164 <td> 165 </td> 166 </tr> 167 <tr> 168 <td width="100"> </td> 169 <th> 170 <a href="../../../nw/gfx/GfxPtr/operator-2d-3e.html"><CODE>operator-></CODE></a> 171 </th> 172 <td> 173 </td> 174 </tr> 175 <tr> 176 <td width="100"> </td> 177 <th> 178 <a href="../../../nw/gfx/GfxPtr/operator[].html"><CODE>operator[]</CODE></a> 179 </th> 180 <td> 181 </td> 182 </tr> 183 <tr> 184 <td width="100"> </td> 185 <th> 186 <a href="../../../nw/gfx/GfxPtr/Release.html"><CODE>Release</CODE></a> 187 </th> 188 <td> 189 </td> 190 </tr> 191 <tr> 192 <td width="100"> </td> 193 <th> 194 <a href="../../../nw/gfx/GfxPtr/Reset.html"><CODE>Reset</CODE></a> 195 </th> 196 <td>Configures an object.</td> 197 </tr> 198 <tr> 199 <td width="100"> </td> 200 <th> 201 <a href="../../../nw/gfx/GfxPtr/operator SafeBool.html"><CODE>operator SafeBool</CODE></a> 202 </th> 203 <td> 204 </td> 205 </tr> 206 <tr> 207 <td width="100"> </td> 208 <th> 209 <a href="../../../nw/gfx/GfxPtr/Swap.html"><CODE>Swap</CODE></a> 210 </th> 211 <td> 212 </td> 213 </tr> 214 <tr> 215 <td width="100"> </td> 216 <th> 217 <a href="../../../nw/gfx/GfxPtr/GetDeleter.html"><CODE>GetDeleter</CODE></a> 218 </th> 219 <td> 220 </td> 221 </tr> </table> 222 </div> 223 </a> 224 <hr><p>CONFIDENTIAL</p></body> 225</html> 226