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