#include <relations_map.hpp>
|
| 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) |
|
◆ RelationsMapIndexes() [1/2]
osmium::index::RelationsMapIndexes::RelationsMapIndexes |
( |
detail::rel_index_map_type< uint32_t > && |
map1, |
|
|
detail::rel_index_map_type< uint32_t > && |
map2 |
|
) |
| |
|
inlineprivate |
◆ RelationsMapIndexes() [2/2]
osmium::index::RelationsMapIndexes::RelationsMapIndexes |
( |
detail::rel_index_map_type< uint64_t > && |
map1, |
|
|
detail::rel_index_map_type< uint64_t > && |
map2 |
|
) |
| |
|
inlineprivate |
◆ empty()
bool osmium::index::RelationsMapIndexes::empty |
( |
| ) |
const |
|
inlinenoexcept |
Is this index empty?
Complexity: Constant.
◆ member_to_parent()
const RelationsMapIndex & osmium::index::RelationsMapIndexes::member_to_parent |
( |
| ) |
const |
|
inlinenoexcept |
◆ parent_to_member()
const RelationsMapIndex & osmium::index::RelationsMapIndexes::parent_to_member |
( |
| ) |
const |
|
inlinenoexcept |
◆ size()
std::size_t osmium::index::RelationsMapIndexes::size |
( |
| ) |
const |
|
inlinenoexcept |
How many entries are in this index?
Complexity: Constant.
◆ RelationsMapStash
◆ m_member_to_parent
◆ m_parent_to_member
The documentation for this class was generated from the following file: