libosmscout  1.1.1
Public Attributes | List of all members
osmscout::AreaMergeResult Struct Reference

#include <libosmscout-import/include/osmscout/import/GenMergeAreas.h>

Collaboration diagram for osmscout::AreaMergeResult:
Collaboration graph
[legend]

Public Attributes

TypeInfoRef type
 
std::list< AreaRefmerges
 List of areas that got merged. More...
 
std::unordered_set< FileOffsetmergedAway
 List of file offsets of areas, that were merged into another area. More...
 

Detailed Description

Result of the merge job for one area type

Member Data Documentation

◆ mergedAway

std::unordered_set<FileOffset> osmscout::AreaMergeResult::mergedAway

List of file offsets of areas, that were merged into another area.

◆ merges

std::list<AreaRef> osmscout::AreaMergeResult::merges

List of areas that got merged.

◆ type

TypeInfoRef osmscout::AreaMergeResult::type

The documentation for this struct was generated from the following file: