nw::lyt::Layout::NewObj Member Function

Syntax

template <typename T, typename Param1, typename Param2, typename Param3>
static T * NewObj(
     Param1 param1,
     Param2 param2,
     Param3 param3
);

Template Arguments

Name Description
T The class of the object to be created.
Param1 The type of the first argument of the constructor.
Param2 The type of the second argument of the constructor.
Param3 The type of the third argument of the constructor.

Arguments

Name Description
param1 The first argument of the constructor.
param2 The second argument of the constructor.
param3 The third argument of the constructor.

Return Values

Returns a pointer to the generated object.

Description

Creates an object.

See Also

DeleteObj

Revision History

2010/01/26
Initial version.

CONFIDENTIAL