nw::ut::SharedPtr::Reset Member FunctionSharedPtr & Reset( TObj * pObj = NULL, nw::os::IAllocator * pAllocator = NULL, SharedPtrCount< TLockObject > * pCnt = NULL );
| Name | Description | |
|---|---|---|
| out | pObj |
A pointer to the object for which a shared pointer is to be created. |
| out | pAllocator | A pointer to memory to be freed. |
| out | pCnt | The access count object. |
Resets the reference destination of the shared pointer.
CONFIDENTIAL