#include <ctpl_stl.h>
Public Member Functions | |
bool | empty () |
bool | pop (T &v) |
bool | push (T const &value) |
Private Attributes | |
std::mutex | mutex |
std::queue< T > | q |
Definition at line 77 of file ctpl_stl.h.
|
inline |
Definition at line 109 of file ctpl_stl.h.
|
inline |
Definition at line 101 of file ctpl_stl.h.
|
inline |
Definition at line 95 of file ctpl_stl.h.
|
private |
Definition at line 115 of file ctpl_stl.h.
|
private |
Definition at line 114 of file ctpl_stl.h.