[feature] Added RouteRelation and linked it with FeatureType.

Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
Viktor Govako
2025-06-25 23:58:19 -03:00
committed by Konstantin Pastbin
parent 315bba2a22
commit b85c11ea5a
26 changed files with 336 additions and 63 deletions

View File

@@ -66,7 +66,7 @@ public:
/// Load table by full path to the table file.
static std::unique_ptr<FeaturesOffsetsTable> Load(std::string const & filePath);
static std::unique_ptr<FeaturesOffsetsTable> Load(FilesContainerR const & cont);
static std::unique_ptr<FeaturesOffsetsTable> Load(FilesContainerR const & cont, std::string const & tag);
static void Build(FilesContainerR const & cont, std::string const & storePath);
FeaturesOffsetsTable(FeaturesOffsetsTable const &) = delete;