Luna::WeakObjRef::attach
void attach(object_t ptr)
Attaches provided pointer.
This call does not modify the reference counter of the new boxed object. The weak reference counter of the original boxed object, if not null, will be decreased before new pointer is attached.
Parameters
-
in ptr
The pointer to attach.