Releases the smart pointer reference to the referenced object without decrementing of the reference counter.
Returns the raw pointer to the referenced object. The reference counter is not modified for the referenced object. Smart pointer is set to a NULL.
Example of a Non-Typified Smart Pointer