nw::gfx::SafeDestroyBranch Function
template <typename TNode>
void SafeDestroyBranch(
TNode *& node
);
| Name | Description |
|---|---|
TNode |
Type of objects to delete. |
| Name | Description | |
|---|---|---|
| in | node | Object to delete. |
Inline function for setting a branch and all its descendants to zero after it has been deleted.
CONFIDENTIAL