Implementation of weak pointer. More...
#include <RefCntAutoPtr.hpp>
Public Member Functions | |
| bool | IsValid () const noexcept |
| T * | UnsafeRawPtr () noexcept |
| RefCntAutoPtr< T > | Lock () const |
Implementation of weak pointer.
|
inlinenoexcept |
|
inline |
Obtains a strong reference to the object.
|
inlinenoexcept |
Returns a raw pointer to the managed object.