FCT
|
#include <RefCount.h>
Public 成员函数 | |
RefCount () | |
RefCount (size_t refCount) | |
virtual | ~RefCount () |
void | addRef () |
void | release () |
size_t | count () |
operator bool () const |
Protected 成员函数 | |
virtual void | deleteThis () |
Protected 属性 | |
std::atomic< size_t > | m_refCount |
在文件 RefCount.h 第 5 行定义.
|
inline |
|
inline |
在文件 RefCount.h 第 8 行定义.
|
inlinevirtual |
在文件 RefCount.h 第 9 行定义.
|
inline |
|
inline |
|
inlineprotectedvirtual |
|
inline |
在文件 RefCount.h 第 22 行定义.
|
inline |
|
protected |
在文件 RefCount.h 第 30 行定义.