Libosmium  2.20.0
Fast and flexible C++ library for working with OpenStreetMap data
Namespaces | Macros | Typedefs
sparse_mem_array.hpp File Reference
#include <osmium/index/detail/vector_map.hpp>
#include <vector>
Include dependency graph for sparse_mem_array.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  osmium
 Namespace for everything in the Osmium library.
 
namespace  osmium::index
 Indexing of OSM data, Locations, etc.
 
namespace  osmium::index::map
 Key-value containers with unique integer values for a key.
 

Macros

#define OSMIUM_HAS_INDEX_MAP_SPARSE_MEM_ARRAY
 

Typedefs

template<typename T >
using osmium::index::map::StdVectorWrap = std::vector< T >
 
template<typename TId , typename TValue >
using osmium::index::map::SparseMemArray = VectorBasedSparseMap< TId, TValue, StdVectorWrap >
 

Macro Definition Documentation

◆ OSMIUM_HAS_INDEX_MAP_SPARSE_MEM_ARRAY

#define OSMIUM_HAS_INDEX_MAP_SPARSE_MEM_ARRAY