fastdo
0.6.16
|
Simple删除器场景基类 更多...
#include <smartptr.hpp>
Public 成员函数 | |
void | release () |
销毁资源和SimpleDeleterContext 自身 更多... | |
void | delThis () |
显式删除SimpleHandle::detach() 出来的SimpleDeleterContext 对象 更多... | |
Protected 成员函数 | |
SimpleDeleterContext () | |
virtual | ~SimpleDeleterContext () |
virtual void | _destroy ()=0 |
销毁资源 更多... | |
virtual void | _deleteThis ()=0 |
销毁SimpleDeleterContext 自身 更多... | |
Simple删除器场景基类
在文件 smartptr.hpp 第 28 行定义.
|
inlineprotected |
在文件 smartptr.hpp 第 31 行定义.
|
inlineprotectedvirtual |
在文件 smartptr.hpp 第 32 行定义.
|
inline |
销毁资源和SimpleDeleterContext
自身
在文件 smartptr.hpp 第 36 行定义.
|
inline |
显式删除SimpleHandle::detach()
出来的SimpleDeleterContext
对象
在文件 smartptr.hpp 第 43 行定义.
|
protectedpure virtual |
|
protectedpure virtual |