Libosmium
2.20.0
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <osmium/io/input_iterator.hpp>
#include <osmium/io/reader.hpp>
#include <osmium/memory/buffer.hpp>
#include <osmium/util/progress_bar.hpp>
Go to the source code of this file.
Classes | |
class | osmium::io::ReaderWithProgressBar |
Namespaces | |
namespace | osmium |
Namespace for everything in the Osmium library. | |
namespace | osmium::io |
Everything related to input and output of OSM data. | |
Functions | |
InputIterator< ReaderWithProgressBar > | osmium::io::begin (ReaderWithProgressBar &reader) |
InputIterator< ReaderWithProgressBar > | osmium::io::end (ReaderWithProgressBar &) |