Libosmium
2.20.0
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <osmium/memory/collection.hpp>
#include <osmium/memory/item.hpp>
#include <osmium/memory/item_iterator.hpp>
#include <osmium/osm/entity.hpp>
#include <osmium/osm/item_type.hpp>
#include <osmium/osm/location.hpp>
#include <osmium/osm/tag.hpp>
#include <osmium/osm/timestamp.hpp>
#include <osmium/osm/types.hpp>
#include <osmium/osm/types_from_string.hpp>
#include <osmium/util/misc.hpp>
#include <cstdlib>
#include <cstring>
#include <stdexcept>
#include <tuple>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | osmium::OSMObject |
Namespaces | |
namespace | osmium |
Namespace for everything in the Osmium library. | |
namespace | osmium::builder |
Classes for building OSM objects and other items in buffers. | |
Functions | |
bool | osmium::operator== (const OSMObject &lhs, const OSMObject &rhs) noexcept |
bool | osmium::operator!= (const OSMObject &lhs, const OSMObject &rhs) noexcept |
bool | osmium::operator< (const OSMObject &lhs, const OSMObject &rhs) noexcept |
bool | osmium::operator> (const OSMObject &lhs, const OSMObject &rhs) noexcept |
bool | osmium::operator<= (const OSMObject &lhs, const OSMObject &rhs) noexcept |
bool | osmium::operator>= (const OSMObject &lhs, const OSMObject &rhs) noexcept |