void Reset();
template <typename TTObject>
void Reset(
TTObject * object
);
template <typename TTObject>
void Reset(
TTObject * object,
bool hasOwnership
);
Reset( )
|
|
| Reset ( TTObject * ) | |
| Reset ( TTObject *, bool ) | Configures an object. |
Reset( )
If false is specified in hasOwnership, the object is not destroyed when this instance of GfxPtr is destroyed.
CONFIDENTIAL