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>nw::lyt::Layout::NewObj Member Function</h1>
11    <h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14template &lt;typename T, typename Param1&gt;
15static T * NewObj(
16     Param1 param1
17);
18</pre>
19    </div>
20    <h2>Template Arguments</h2>
21    <div class="section">
22      <table class="arguments">
23        <thead>
24          <tr>
25            <th>Name</th>
26            <td>Description</td>
27          </tr>
28        </thead>
29        <tr>
30          <th>T</th>
31          <td>The class of the object to be created.</td>
32        </tr>
33        <tr>
34          <th>Param1</th>
35          <td>The type of the first argument of the constructor.</td>
36        </tr> </table>
37    </div>
38    <h2>Arguments</h2>
39    <div class="section">
40      <table class="arguments">
41        <thead>
42          <tr>
43            <td width="15" />
44            <th>Name</th>
45            <td>Description</td>
46          </tr>
47        </thead>
48        <tr>
49          <td />
50          <th>param1</th>
51          <td>The first argument of the constructor.</td>
52        </tr> </table>
53    </div>
54    <h2>Return Values</h2>
55    <div class="section">Returns a pointer to the generated object. </div>
56    <h2>Description</h2>
57    <div class="section">
58      <p>Creates an object.</p>
59    </div>
60    <h2>See Also</h2>
61    <div class="section">
62      <p class="reference"><a href="../../../nw/lyt/Layout/DeleteObj.html">DeleteObj</a><br /> </p>
63    </div>
64    <h2>Revision History</h2>
65    <div class="section">
66      <dl class="history">
67        <dt>2010/01/26</dt>
68        <dd>Initial version.<br />
69        </dd>
70      </dl>
71    </div>
72  <hr><p>CONFIDENTIAL</p></body>
73</html>