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