|
Libosmium
2.22.0
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <osmium/fwd.hpp>#include <osmium/handler.hpp>#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>#include <type_traits>#include <utility>

Go to the source code of this file.
Namespaces | |
| namespace | osmium |
| Namespace for everything in the Osmium library. | |
Functions | |
| template<typename TItem , typename... THandlers> | |
| void | osmium::apply_item (TItem &item, THandlers &&... handlers) |
| template<typename... THandlers> | |
| void | osmium::apply_flush (THandlers &&... handlers) |
| template<typename TIterator , typename... THandlers> | |
| void | osmium::apply_impl (TIterator it, TIterator end, THandlers &&... handlers) |
| template<typename TIterator , typename... THandlers> | |
| void | osmium::apply (TIterator it, TIterator end, THandlers &&... handlers) |
| template<typename TContainer , typename... THandlers> | |
| void | osmium::apply (TContainer &c, THandlers &&... handlers) |
| template<typename... THandlers> | |
| void | osmium::apply (const osmium::memory::Buffer &buffer, THandlers &&... handlers) |