cn.tee3.avd_SDK-C++
2.1.0
|
外部对象销毁通知接口 更多...
类 | |
class | IListener |
Public 类型 | |
typedef std::vector< IListener * > | ListenersType |
Public 成员函数 | |
virtual Result | AddDestroyNotify (IListener *pListener) |
设置渲染对象销毁回调指针 更多... | |
virtual Result | RemoveDestroyNotify (IListener *pListener) |
删除渲染对象销毁回调指针 更多... | |
virtual | ~DestroyNotify () |
Protected 属性 | |
ListenersType | pListeners_ |
外部对象销毁通知接口
当对象被销毁的时候,通知所有引用的对象,取消引用关系。
typedef std::vector<IListener*> tee3::avd::DestroyNotify::ListenersType |
|
virtual |
|
protected |