#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 45 of file ctpl_stl.h.
|
inline |
Definition at line 61 of file ctpl_stl.h.
|
inline |
Definition at line 53 of file ctpl_stl.h.
|
inline |
Definition at line 47 of file ctpl_stl.h.
|
private |
Definition at line 67 of file ctpl_stl.h.
|
private |
Definition at line 66 of file ctpl_stl.h.