Module object_destructor

Module object_destructor 

Source
Expand description

Register callbacks for when core objects like BinaryViews or Functions are destroyed.

Structs§

ObjectDestructorHandle
The handle for the ObjectDestructor.

Traits§

ObjectDestructor
The trait required for receiving core object destruction callbacks.

Functions§

register_object_destructor
Registers a destructor which will be called when certain core objects are about to be destroyed.