Libosmium
2.4.1
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <type_traits>
#include <osmium/io/reader_iterator.hpp>
#include <osmium/memory/buffer.hpp>
#include <osmium/osm.hpp>
#include <osmium/osm/entity.hpp>
#include <osmium/osm/item_type.hpp>
Go to the source code of this file.
Namespaces | |
osmium | |
Namespace for everything in the Osmium library. | |
osmium::memory | |
Memory management of items in buffers and iterators over this data. | |
Functions | |
template<class... THandlers> | |
void | osmium::apply_item (const osmium::memory::Item &item, THandlers &...handlers) |
template<class... THandlers> | |
void | osmium::apply_item (osmium::memory::Item &item, THandlers &...handlers) |
template<class TIterator , class... THandlers> | |
void | osmium::apply (TIterator it, TIterator end, THandlers &...handlers) |
template<class TContainer , class... THandlers> | |
void | osmium::apply (TContainer &c, THandlers &...handlers) |
template<class... THandlers> | |
void | osmium::apply (const osmium::memory::Buffer &buffer, THandlers &...handlers) |