Libosmium
2.15.6
Fast and flexible C++ library for working with OpenStreetMap data
|
Go to the documentation of this file. 1 #ifndef OSMIUM_INDEX_MAP_SPARSE_MMAP_ARRAY_HPP
2 #define OSMIUM_INDEX_MAP_SPARSE_MMAP_ARRAY_HPP
38 #include <osmium/index/detail/mmap_vector_anon.hpp>
39 #include <osmium/index/detail/vector_map.hpp>
41 #define OSMIUM_HAS_INDEX_MAP_SPARSE_MMAP_ARRAY
49 template <
typename TId,
typename TValue>
50 using SparseMmapArray = VectorBasedSparseMap<TId, TValue, osmium::detail::mmap_vector_anon>;
58 #ifdef OSMIUM_WANT_NODE_LOCATION_MAPS
64 #endif // OSMIUM_INDEX_MAP_SPARSE_MMAP_ARRAY_HPP
uint64_t unsigned_object_id_type
Type for OSM object (node, way, or relation) IDs where we only allow positive IDs.
Definition: types.hpp:46
Namespace for everything in the Osmium library.
Definition: assembler.hpp:53
Definition: location.hpp:271
VectorBasedSparseMap< TId, TValue, osmium::detail::mmap_vector_anon > SparseMmapArray
Definition: sparse_mmap_array.hpp:50
#define REGISTER_MAP(id, value, klass, name)
Definition: map.hpp:285