nw::gfx::GfxPtr::GfxPtr Constructor
template <typename TTObject>
GfxPtr(
TTObject * pointer,
bool hasOwnership
);
| Name | Description | |
|---|---|---|
| in | pointer | Object to set. |
| in | hasOwnership | Specifies whether the constructor has ownership. |
Constructor.
If false is specified in hasOwnership, the object is not destroyed when this instance of GfxPtr is destroyed.
CONFIDENTIAL