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>NewObj</title> 8 </head> 9 <body> 10 <h1><CODE><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/lyt/Overview.html">lyt</a>::<a href="../../../nw/lyt/Layout/Overview.html">Layout</a>::NewObj</CODE> Member Function</h1> 11 <h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14template <typename T, typename Param1, typename Param2, typename Param3, typename Param4> 15static T * NewObj( 16 Param1 param1, 17 Param2 param2, 18 Param3 param3, 19 Param4 param4 20); 21</pre> 22 </div> 23 <h2>Template Arguments</h2> 24 <div class="section"> 25 <table class="arguments"> 26 <thead> 27 <tr> 28 <th>Name</th> 29 <td>Description</td> 30 </tr> 31 </thead> 32 <tr> 33 <th>T</th> 34 <td>The class of the object to be created.</td> 35 </tr> 36 <tr> 37 <th>Param1</th> 38 <td>The type of the first argument of the constructor.</td> 39 </tr> 40 <tr> 41 <th>Param2</th> 42 <td>The type of the second argument of the constructor.</td> 43 </tr> 44 <tr> 45 <th>Param3</th> 46 <td>The type of the third argument of the constructor.</td> 47 </tr> 48 <tr> 49 <th>Param4</th> 50 <td>The type of the fourth argument of the constructor.</td> 51 </tr> </table> 52 </div> 53 <h2>Arguments</h2> 54 <div class="section"> 55 <table class="arguments"> 56 <thead> 57 <tr> 58 <td width="15" /> 59 <th>Name</th> 60 <td>Description</td> 61 </tr> 62 </thead> 63 <tr> 64 <td /> 65 <th>param1</th> 66 <td>The first argument of the constructor.</td> 67 </tr> 68 <tr> 69 <td /> 70 <th>param2</th> 71 <td>The second argument of the constructor.</td> 72 </tr> 73 <tr> 74 <td /> 75 <th>param3</th> 76 <td>The third argument of the constructor.</td> 77 </tr> 78 <tr> 79 <td /> 80 <th>param4</th> 81 <td>The fourth argument of the constructor.</td> 82 </tr> </table> 83 </div> 84 <h2>Return Values</h2> 85 <div class="section">Returns a pointer to the generated object. </div> 86 <h2>Description</h2> 87 <div class="section"> 88 <p>Creates an object.</p> 89 </div> 90 <h2>See Also</h2> 91 <div class="section"> 92 <p class="reference"><a href="../../../nw/lyt/Layout/DeleteObj.html">DeleteObj</a><br /> </p> 93 </div> 94 <h2>Revision History</h2> 95 <div class="section"> 96 <dl class="history"> 97 <dt>2010/01/26</dt> 98 <dd>Initial version.<br /> 99 </dd> 100 </dl> 101 </div> 102 <hr><p>CONFIDENTIAL</p></body> 103</html> 104