Libosmium
2.20.0
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <osmium/memory/buffer.hpp>
#include <osmium/memory/item.hpp>
#include <cassert>
#include <cstddef>
#include <iterator>
#include <memory>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | osmium::io::InputIterator< TSource, TItem > |
class | osmium::io::InputIteratorRange< TSource, TItem > |
Namespaces | |
namespace | osmium |
Namespace for everything in the Osmium library. | |
namespace | osmium::io |
Everything related to input and output of OSM data. | |
Functions | |
template<typename TItem , typename TSource > | |
InputIteratorRange< TSource, TItem > | osmium::io::make_input_iterator_range (TSource &source) |