nw::lyt::Layout::NewObj Member Function
template <typename T, typename Param1>
static T * NewObj(
Param1 param1
);
| Name | Description |
|---|---|
| T | The class of the object to be created. |
| Param1 | The type of the first argument of the constructor. |
| Name | Description | |
|---|---|---|
| param1 | The first argument of the constructor. |
Creates an object.
CONFIDENTIAL