25#ifndef __S57REGISTRARMGR_H__
26#define __S57REGISTRARMGR_H__
28#include <wx/hashmap.h>
31WX_DECLARE_STRING_HASH_MAP(
int, CSVHash1);
33WX_DECLARE_HASH_MAP(
int, std::string, wxIntegerHash, wxIntegerEqual, CSVHash2);
44 int getAttributeID(
const char* pAttrName);
45 std::string getAttributeAcronym(
int nID);
46 std::string getFeatureAcronym(
int nID);
49 bool s57_attr_init(
const wxString& csv_dir);
50 bool s57_feature_init(
const wxString& csv_dir);
55 CSVHash1 m_featureHash1;
56 CSVHash2 m_featureHash2;
s57RegistrarMgr Definition This is a class holding the ctor and dtor for the global registrar