Apollo 10.0
自动驾驶开放平台
|
#include <thread_safe_queue.h>
Public 成员函数 | |
ThreadSafeQueue () | |
ThreadSafeQueue & | operator= (const ThreadSafeQueue &other)=delete |
ThreadSafeQueue (const ThreadSafeQueue &other)=delete | |
~ThreadSafeQueue () | |
void | Enqueue (const T &element) |
bool | Dequeue (T *element) |
bool | WaitDequeue (T *element) |
std::queue< T >::size_type | Size () |
bool | Empty () |
void | BreakAllWait () |
在文件 thread_safe_queue.h 第 31 行定义.
|
inline |
在文件 thread_safe_queue.h 第 33 行定义.
|
delete |
|
inline |
在文件 thread_safe_queue.h 第 37 行定义.
|
inline |
在文件 thread_safe_queue.h 第 76 行定义.
|
inline |
在文件 thread_safe_queue.h 第 45 行定义.
|
inline |
在文件 thread_safe_queue.h 第 71 行定义.
|
inline |
在文件 thread_safe_queue.h 第 39 行定义.
|
delete |
|
inline |
在文件 thread_safe_queue.h 第 66 行定义.
|
inline |
在文件 thread_safe_queue.h 第 55 行定义.