Libosmium  2.2.0
Fast and flexible C++ library for working with OpenStreetMap data
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Namespaces | Macros | Typedefs
dense_mem_array.hpp File Reference
#include <vector>
#include <osmium/index/detail/vector_map.hpp>
Include dependency graph for dense_mem_array.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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_MEM_ARRAY
 

Typedefs

template<typename TId , typename TValue >
using osmium::index::map::DenseMemArray = VectorBasedDenseMap< std::vector< TValue >, TId, TValue >
 

Macro Definition Documentation

#define OSMIUM_HAS_INDEX_MAP_DENSE_MEM_ARRAY