acl  3.5.3.0
acl::thread_queue类 参考

#include <thread_queue.hpp>

+ 类 acl::thread_queue 继承关系图:
+ acl::thread_queue 的协作图:

Public 成员函数

 thread_queue ()
 
 ~thread_queue ()
 
bool push (thread_qitem *item)
 
thread_qitempop (int wait_ms=-1)
 
int qlen () const
 

额外继承的成员函数

- Protected 成员函数 继承自 acl::acl::noncopyable
 noncopyable ()
 
 ~noncopyable ()
 

详细描述

在文件 thread_queue.hpp17 行定义.

构造及析构函数说明

◆ thread_queue()

acl::thread_queue::thread_queue ( )

◆ ~thread_queue()

acl::thread_queue::~thread_queue ( )

成员函数说明

◆ pop()

thread_qitem* acl::thread_queue::pop ( int  wait_ms = -1)

◆ push()

bool acl::thread_queue::push ( thread_qitem item)

◆ qlen()

int acl::thread_queue::qlen ( ) const

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