1 #ifndef OSMIUM_INDEX_NODE_LOCATIONS_MAP_HPP 2 #define OSMIUM_INDEX_NODE_LOCATIONS_MAP_HPP 38 #define OSMIUM_WANT_NODE_LOCATION_MAPS 40 #ifdef OSMIUM_HAS_INDEX_MAP_DENSE_FILE_ARRAY 44 #ifdef OSMIUM_HAS_INDEX_MAP_DENSE_MEM_ARRAY 48 #ifdef OSMIUM_HAS_INDEX_MAP_DENSE_MMAP_ARRAY 52 #ifdef OSMIUM_HAS_INDEX_MAP_SPARSE_FILE_ARRAY 56 #ifdef OSMIUM_HAS_INDEX_MAP_SPARSE_MEM_ARRAY 60 #ifdef OSMIUM_HAS_INDEX_MAP_SPARSE_MEM_MAP 64 #ifdef OSMIUM_HAS_INDEX_MAP_SPARSE_MEM_TABLE 68 #ifdef OSMIUM_HAS_INDEX_MAP_SPARSE_MMAP_ARRAY 72 #ifdef OSMIUM_HAS_INDEX_MAP_FLEX_MEM 76 #endif // OSMIUM_INDEX_NODE_LOCATIONS_MAP_HPP Definition: sparse_mem_map.hpp:59
#define REGISTER_MAP(id, value, klass, name)
Definition: map.hpp:283
VectorBasedSparseMap< TId, TValue, osmium::detail::mmap_vector_file > SparseFileArray
Definition: sparse_file_array.hpp:52
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
VectorBasedSparseMap< TId, TValue, osmium::detail::mmap_vector_anon > SparseMmapArray
Definition: sparse_mmap_array.hpp:50
VectorBasedSparseMap< TId, TValue, StdVectorWrap > SparseMemArray
Definition: sparse_mem_array.hpp:52
VectorBasedDenseMap< std::vector< TValue >, TId, TValue > DenseMemArray
Definition: dense_mem_array.hpp:49
Definition: location.hpp:273
VectorBasedDenseMap< osmium::detail::mmap_vector_file< TValue >, TId, TValue > DenseFileArray
Definition: dense_file_array.hpp:52
Definition: flex_mem.hpp:61
VectorBasedDenseMap< osmium::detail::mmap_vector_anon< TValue >, TId, TValue > DenseMmapArray
Definition: dense_mmap_array.hpp:50