nw::lyt::Layout::DeleteObj Member Function
Syntax
template <typename T> static void DeleteObj( T * pObj );
Template Arguments
Name
Description
T
The object class.
Arguments
Name
Description
pObj
Pointer to the object.
Return Values
None.
Description
Destroys an object.
Revision History
2010/01/26
Initial version.
CONFIDENTIAL