Libosmium
2.10.3
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <string>
#include <vector>
#include <osmium/index/detail/mmap_vector_file.hpp>
#include <osmium/index/detail/vector_map.hpp>
#include <osmium/index/detail/create_map_with_fd.hpp>
Go to the source code of this file.
Classes | |
struct | osmium::index::map::create_map< TId, TValue, DenseFileArray > |
Namespaces | |
osmium | |
Namespace for everything in the Osmium library. | |
osmium::index | |
Indexing of OSM data, Locations, etc. | |
osmium::index::map | |
Key-value containers with unique integer values for a key. | |
Macros | |
#define | OSMIUM_HAS_INDEX_MAP_DENSE_FILE_ARRAY |
Typedefs | |
template<typename TId , typename TValue > | |
using | osmium::index::map::DenseFileArray = VectorBasedDenseMap< osmium::detail::mmap_vector_file< TValue >, TId, TValue > |
#define OSMIUM_HAS_INDEX_MAP_DENSE_FILE_ARRAY |