|
Libosmium
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <relations_map.hpp>

Public Member Functions | |
| const RelationsMapIndex & | member_to_parent () const noexcept |
| const RelationsMapIndex & | parent_to_member () const noexcept |
| bool | empty () const noexcept |
| std::size_t | size () const noexcept |
Private Member Functions | |
| RelationsMapIndexes (detail::rel_index_map_type< uint32_t > &&map1, detail::rel_index_map_type< uint32_t > &&map2) | |
| RelationsMapIndexes (detail::rel_index_map_type< uint64_t > &&map1, detail::rel_index_map_type< uint64_t > &&map2) | |
Private Attributes | |
| RelationsMapIndex | m_member_to_parent |
| RelationsMapIndex | m_parent_to_member |
Friends | |
| class | RelationsMapStash |
|
inlineprivate |
|
inlineprivate |
|
inlinenoexcept |
Is this index empty?
Complexity: Constant.
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
How many entries are in this index?
Complexity: Constant.
|
friend |
|
private |
|
private |