#include <pop_from_queue.hpp>
Public Attributes | |
std::list< T > | items |
std::mutex | mtx |
Definition at line 36 of file pop_from_queue.hpp.
std::list<T> BT::ProtectedQueue< T >::items |
Definition at line 38 of file pop_from_queue.hpp.
std::mutex BT::ProtectedQueue< T >::mtx |
Definition at line 39 of file pop_from_queue.hpp.