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 <typename T> 15static T * NewObj(); 16</pre> 17 </div> 18 <h2>Template Arguments</h2> 19 <div class="section"> 20 <table class="arguments"> 21 <thead> 22 <tr> 23 <th>Name</th> 24 <td>Description</td> 25 </tr> 26 </thead> 27 <tr> 28 <th>T</th> 29 <td>The class of the object to be created.</td> 30 </tr> </table> 31 </div> 32 <h2>Arguments</h2> 33 <div class="section"> 34 <p>None.</p> 35 </div> 36 <h2>Return Values</h2> 37 <div class="section">Returns a pointer to the generated object. </div> 38 <h2>Description</h2> 39 <div class="section"> 40 <p>Creates an object.</p> 41 </div> 42 <h2>See Also</h2> 43 <div class="section"> 44 <p class="reference"><a href="../../../nw/lyt/Layout/DeleteObj.html">DeleteObj</a><br /> </p> 45 </div> 46 <h2>Revision History</h2> 47 <div class="section"> 48 <dl class="history"> 49 <dt>2010/01/26</dt> 50 <dd>Initial version.<br /> 51 </dd> 52 </dl> 53 </div> 54 <hr><p>CONFIDENTIAL</p></body> 55</html>