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>MovePtr</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>::MovePtr</CODE> Constructor</h1> 11 <h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14MovePtr(); 15MovePtr( 16 const <a href="../../../nw/ut/MovePtr/Overview.html">MovePtr</a> & pointer 17); 18template <typename TTObject> 19explicit MovePtr( 20 TTObject * pointer 21); 22template <typename TTObject> 23MovePtr( 24 TTObject * pointer, 25 <a href="../../../nw/os/IAllocator/Overview.html">os::IAllocator</a> * allocator 26); 27template <typename TTObject, typename TTDeleter> 28MovePtr( 29 TTObject * pointer, 30 TTDeleter deleter 31); 32template <typename TTObject, typename TTDeleter> 33MovePtr( 34 <span>internal::MoveSource</span>< <a href="../../../nw/ut/MovePtr/Overview.html">MovePtr</a>< TTObject, TTDeleter > > source 35); 36</pre> 37 </div> 38 <h2>List of Overloaded Member Functions</h2> 39 <div class="section"> 40 <table class="members"> 41 <tr> 42 <td> 43 <a href="./MovePtr(0).html">MovePtr ( ) </a> 44 </td> 45 <td>Constructor.</td> 46 </tr> 47 <tr> 48 <td> 49 <a href="./MovePtr(1).html">MovePtr ( const MovePtr & ) </a> 50 </td> 51 <td>Copy constructor. Moves an element from the copy source.</td> 52 </tr> 53 <tr> 54 <td> 55 <a href="./MovePtr(2).html">MovePtr ( TTObject * ) </a> 56 </td> 57 <td>Constructor.</td> 58 </tr> 59 <tr> 60 <td> 61 <a href="./MovePtr(3).html">MovePtr ( TTObject *, os::IAllocator * ) </a> 62 </td> 63 <td>Constructor.</td> 64 </tr> 65 <tr> 66 <td> 67 <a href="./MovePtr(4).html">MovePtr ( TTObject *, TTDeleter ) </a> 68 </td> 69 <td>Constructor.</td> 70 </tr> 71 <tr> 72 <td> 73 <a href="./MovePtr(5).html">MovePtr ( internal::MoveSource< MovePtr< TTObject, TTDeleter > > ) </a> 74 </td> 75 <td>Constructor.</td> 76 </tr> </table> 77 </div> 78 <h2>Description of MovePtr ( )</h2> 79 <div class="section"> 80 <p>Constructor.</p> 81 </div> 82 <h2>Description of MovePtr ( const MovePtr & )</h2> 83 <div class="section"> 84 <p>Copy constructor. Moves an element from the copy source.</p> 85 </div> 86 <h2>Description of MovePtr ( TTObject * )</h2> 87 <div class="section"> 88 <p>Constructor.</p> 89 </div> 90 <h2>Description of MovePtr ( TTObject *, os::IAllocator * )</h2> 91 <div class="section"> 92 <p>Constructor.</p> 93 </div> 94 <h2>Description of MovePtr ( TTObject *, TTDeleter )</h2> 95 <div class="section"> 96 <p>Constructor.</p> 97 </div> 98 <h2>Description of MovePtr ( internal::MoveSource< MovePtr< TTObject, TTDeleter > > )</h2> 99 <div class="section"> 100 <p>Constructor.</p> 101 </div> 102 <hr><p>CONFIDENTIAL</p></body> 103</html> 104