1 #ifndef OSMSCOUT_IMPORT_GENRAWRELINDEX_H 2 #define OSMSCOUT_IMPORT_GENRAWRELINDEX_H 30 class RawRelationIndexGenerator
CLASS_FINAL :
public NumericIndexGenerator<OSMId,RawRelation>
36 RawRelationIndexGenerator();
38 void GetDescription(
const ImportParameter& parameter,
39 ImportModuleDescription& description)
const override;
#define CLASS_FINAL
Definition: Compiler.h:26
static const char *const RAWREL_IDX
Definition: GenRawRelIndex.h:33