Libosmium
2.20.0
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <osmium/diff_iterator.hpp>
#include <osmium/io/input_iterator.hpp>
#include <osmium/memory/buffer.hpp>
#include <osmium/osm/diff_object.hpp>
#include <osmium/osm/item_type.hpp>
Go to the source code of this file.
Namespaces | |
namespace | osmium |
Namespace for everything in the Osmium library. | |
Functions | |
template<typename TIterator , typename... THandlers> | |
void | osmium::apply_diff (TIterator it, TIterator end, THandlers &... handlers) |
template<typename TSource , typename... THandlers> | |
void | osmium::apply_diff (TSource &source, THandlers &... handlers) |
template<typename... THandlers> | |
void | osmium::apply_diff (osmium::memory::Buffer &buffer, THandlers &... handlers) |
template<typename... THandlers> | |
void | osmium::apply_diff (const osmium::memory::Buffer &buffer, THandlers &... handlers) |