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