remove_weak_pointer


Description:

public void remove_weak_pointer (void** weak_pointer_location)

Removes a weak reference from this that was previously added using add_weak_pointer.

The weak_pointer_location has to match the one used with add_weak_pointer.

Parameters:

this

The object that is weak referenced.

weak_pointer_location

The memory address of a pointer.