CARLA
 
载入中...
搜索中...
未找到
Public 成员函数 | Public 属性 | 所有成员列表
moodycamel::FreeListNode< N > 模板结构体 参考
+ moodycamel::FreeListNode< N > 的协作图:

Public 成员函数

 FreeListNode ()
 

Public 属性

std::atomic< N * > freeListNext
 
std::atomic< std::uint32_t > freeListRefs
 

详细描述

template<typename N>
struct moodycamel::FreeListNode< N >

在文件 ConcurrentQueue.h1480 行定义.

构造及析构函数说明

◆ FreeListNode()

template<typename N >
moodycamel::FreeListNode< N >::FreeListNode ( )
inline

在文件 ConcurrentQueue.h1482 行定义.

类成员变量说明

◆ freeListNext

template<typename N >
std::atomic<N*> moodycamel::FreeListNode< N >::freeListNext

在文件 ConcurrentQueue.h1485 行定义.

◆ freeListRefs

template<typename N >
std::atomic<std::uint32_t> moodycamel::FreeListNode< N >::freeListRefs

在文件 ConcurrentQueue.h1484 行定义.


该结构体的文档由以下文件生成: