nw::lyt::Layout::NewObj Member Function
Syntax
template <typename T> static T * NewObj();
Template Arguments
Name
Description
T
The class of the object to be created.
Arguments
None.
Return Values
Returns a pointer to the generated object.
Description
Creates an object.
See Also
DeleteObj
Revision History
2010/01/26
Initial version.
CONFIDENTIAL