|
Libosmium
2.13.1
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <cstddef>#include <iterator>#include <osmium/osm/diff_object.hpp>#include <osmium/util/compatibility.hpp>
Go to the source code of this file.
Classes | |
| class | osmium::io::OutputIterator< TDest > |
Namespaces | |
| osmium | |
| Namespace for everything in the Osmium library. | |
| osmium::memory | |
| Memory management of items in buffers and iterators over this data. | |
| osmium::io | |
| Everything related to input and output of OSM data. | |
Functions | |
| template<typename TDest > | |
| OutputIterator< TDest > | osmium::io::make_output_iterator (TDest &destination) |
| template<typename TDest > | |
| OSMIUM_DEPRECATED OutputIterator< TDest > | osmium::io::make_output_iterator (TDest &destination, const size_t buffer_size) |
1.8.14