Libosmium
2.6.0
Fast and flexible C++ library for working with OpenStreetMap data
|
This is the complete list of members for osmium::thread::SortedQueue< T >, including all inherited members.
empty() const | osmium::thread::SortedQueue< T > | inline |
empty_intern() const | osmium::thread::SortedQueue< T > | inlineprivate |
m_data_available | osmium::thread::SortedQueue< T > | private |
m_mutex | osmium::thread::SortedQueue< T > | mutableprivate |
m_offset | osmium::thread::SortedQueue< T > | private |
m_queue | osmium::thread::SortedQueue< T > | private |
push(T value, size_type num) | osmium::thread::SortedQueue< T > | inline |
size() const | osmium::thread::SortedQueue< T > | inline |
size_type typedef | osmium::thread::SortedQueue< T > | private |
SortedQueue() | osmium::thread::SortedQueue< T > | inline |
try_pop(T &value) | osmium::thread::SortedQueue< T > | inline |
wait_and_pop(T &value) | osmium::thread::SortedQueue< T > | inline |