Libosmium  2.1.0
Fast and flexible C++ library for working with OpenStreetMap data
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Namespaces | Functions
diff_visitor.hpp File Reference
#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>
Include dependency graph for diff_visitor.hpp:

Go to the source code of this file.

Namespaces

 osmium
 Namespace for everything in the Osmium library.
 

Functions

template<class TIterator , class... THandlers>
void osmium::apply_diff (TIterator it, TIterator end, THandlers &...handlers)
 
template<class TSource , class... THandlers>
void osmium::apply_diff (TSource &source, THandlers &...handlers)
 
template<class... THandlers>
void osmium::apply_diff (osmium::memory::Buffer &buffer, THandlers &...handlers)
 
template<class... THandlers>
void osmium::apply_diff (const osmium::memory::Buffer &buffer, THandlers &...handlers)