Libosmium  2.20.0
Fast and flexible C++ library for working with OpenStreetMap data
Classes | Namespaces | Typedefs
node_locations_for_ways.hpp File Reference
#include <osmium/handler.hpp>
#include <osmium/index/index.hpp>
#include <osmium/index/map/dummy.hpp>
#include <osmium/index/node_locations_map.hpp>
#include <osmium/osm/location.hpp>
#include <osmium/osm/node.hpp>
#include <osmium/osm/node_ref.hpp>
#include <osmium/osm/types.hpp>
#include <osmium/osm/way.hpp>
#include <limits>
#include <type_traits>
Include dependency graph for node_locations_for_ways.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  osmium::handler::NodeLocationsForWays< TStoragePosIDs, TStorageNegIDs >
 

Namespaces

namespace  osmium
 Namespace for everything in the Osmium library.
 
namespace  osmium::handler
 Osmium handlers provide callbacks for OSM objects.
 

Typedefs

using osmium::handler::dummy_type = osmium::index::map::Dummy< osmium::unsigned_object_id_type, osmium::Location >