FCT
载入中...
搜索中...
未找到
FCT::RefCount类 参考

#include <RefCount.h>

类 FCT::RefCount 继承关系图:
Inheritance graph
FCT::RefCount 的协作图:
Collaboration graph

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.h5 行定义.

构造及析构函数说明

◆ RefCount() [1/2]

FCT::RefCount::RefCount ( )
inline

在文件 RefCount.h7 行定义.

这是这个函数的调用关系图:

◆ RefCount() [2/2]

FCT::RefCount::RefCount ( size_t refCount)
inline

在文件 RefCount.h8 行定义.

◆ ~RefCount()

virtual FCT::RefCount::~RefCount ( )
inlinevirtual

在文件 RefCount.h9 行定义.

成员函数说明

◆ addRef()

void FCT::RefCount::addRef ( )
inline

在文件 RefCount.h10 行定义.

这是这个函数的调用关系图:

◆ count()

size_t FCT::RefCount::count ( )
inline

在文件 RefCount.h19 行定义.

这是这个函数的调用关系图:

◆ deleteThis()

virtual void FCT::RefCount::deleteThis ( )
inlineprotectedvirtual

FCT::RHI::Fence , 以及 FCT::RHI::Semaphore 重载.

在文件 RefCount.h27 行定义.

这是这个函数的调用关系图:

◆ operator bool()

FCT::RefCount::operator bool ( ) const
inline

在文件 RefCount.h22 行定义.

◆ release()

void FCT::RefCount::release ( )
inline

在文件 RefCount.h13 行定义.

函数调用图:
这是这个函数的调用关系图:

类成员变量说明

◆ m_refCount

std::atomic<size_t> FCT::RefCount::m_refCount
protected

在文件 RefCount.h30 行定义.


该类的文档由以下文件生成: