7 class INotifyObjectDead;
12 using ObjectDeadEventHandler = Action<INotifyObjectDead &>;
对象销毁通知接口
Definition INotifyObjectDead.h:18
ObjectDeadEventHandler ObjectDead
对象销毁时触发该事件
Definition INotifyObjectDead.h:23
virtual ~INotifyObjectDead()
析构时触发对象销毁事件
Definition INotifyObjectDead.h:28