|
dl
|
多线程队列 更多...
#include <dl_list_mt.h>
Public 成员函数 | |
| bool | PopFront (T &a) |
| 取第一个,顺序通过 SetQueueMode 指定,默认FIFO | |
| void | Add (const T &buf) |
| 添加 | |
| void | Add (T &&buf) |
| 添加 | |
| size_t | GetSize () |
| 当前数量 | |
| bool | IsEmpty () |
| 空 | |
| void | Clear () |
| 清除 | |
| void | SetQueueMode (QueueMode mode) |
| ListMultiThread (QueueMode mode=QueueMode::FIFO) | |
|
inline |
在文件 dl_list_mt.h 第 91 行定义.
|
inline |
添加
在文件 dl_list_mt.h 第 45 行定义.
|
inline |
添加
在文件 dl_list_mt.h 第 54 行定义.
|
inline |
清除
在文件 dl_list_mt.h 第 79 行定义.
|
inline |
当前数量
在文件 dl_list_mt.h 第 63 行定义.
|
inline |
空
在文件 dl_list_mt.h 第 71 行定义.
|
inline |
|
inline |
在文件 dl_list_mt.h 第 86 行定义.