Libosmium
2.13.0
Fast and flexible C++ library for working with OpenStreetMap data
|
This is the complete list of members for osmium::thread::Queue< T >, including all inherited members.
empty() const | osmium::thread::Queue< T > | inline |
m_data_available | osmium::thread::Queue< T > | private |
m_max_size | osmium::thread::Queue< T > | private |
m_mutex | osmium::thread::Queue< T > | mutableprivate |
m_name | osmium::thread::Queue< T > | private |
m_queue | osmium::thread::Queue< T > | private |
m_space_available | osmium::thread::Queue< T > | private |
push(T value) | osmium::thread::Queue< T > | inline |
Queue(std::size_t max_size=0, const std::string &name="") | osmium::thread::Queue< T > | inlineexplicit |
size() const | osmium::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 |