1#ifndef TAGERRORREPORTER_H
2#define TAGERRORREPORTER_H
42 const std::string& error) = 0;
54 const std::string& error)
override;
#define OSMSCOUT_API
Definition CoreImportExport.h:45
~SilentTagErrorReporter() override=default
void ReportTag(const ObjectOSMRef &object, const TagMap &tags, const std::string &error) override
virtual void ReportTag(const ObjectOSMRef &object, const TagMap &tags, const std::string &error)=0
virtual ~TagErrorReporter()=default
std::unordered_map< TagId, std::string > TagMap
Definition Tag.h:41