Libosmium
2.20.0
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <osmium/osm/item_type.hpp>
#include <osmium/osm/object.hpp>
#include <osmium/osm/timestamp.hpp>
#include <osmium/osm/types.hpp>
#include <cassert>
Go to the source code of this file.
Classes | |
class | osmium::DiffObject |
class | osmium::DiffObjectDerived< T > |
Namespaces | |
namespace | osmium |
Namespace for everything in the Osmium library. | |
Typedefs | |
using | osmium::DiffNode = DiffObjectDerived< osmium::Node > |
using | osmium::DiffWay = DiffObjectDerived< osmium::Way > |
using | osmium::DiffRelation = DiffObjectDerived< osmium::Relation > |