Libosmium  2.9.0
Fast and flexible C++ library for working with OpenStreetMap data
osmium::thread::Queue< T > Member List

This is the complete list of members for osmium::thread::Queue< T >, including all inherited members.

empty() constosmium::thread::Queue< T >inline
m_data_availableosmium::thread::Queue< T >private
m_max_sizeosmium::thread::Queue< T >private
m_mutexosmium::thread::Queue< T >mutableprivate
m_nameosmium::thread::Queue< T >private
m_queueosmium::thread::Queue< T >private
push(T value)osmium::thread::Queue< T >inline
Queue(size_t max_size=0, const std::string &name="")osmium::thread::Queue< T >inlineexplicit
size() constosmium::thread::Queue< T >inline
try_pop(T &value)osmium::thread::Queue< T >inline
wait_and_pop(T &value)osmium::thread::Queue< T >inline
~Queue()osmium::thread::Queue< T >inline