OpenCPN Partial API docs
|
s57RegistrarMgr Definition This is a class holding the ctor and dtor for the global registrar More...
#include <s57RegistrarMgr.h>
Public Member Functions | |
s57RegistrarMgr (const wxString &csv_dir, FILE *flog) | |
int | getAttributeID (const char *pAttrName) |
std::string | getAttributeAcronym (int nID) |
std::string | getFeatureAcronym (int nID) |
s57RegistrarMgr Definition This is a class holding the ctor and dtor for the global registrar
Definition at line 39 of file s57RegistrarMgr.h.
s57RegistrarMgr::s57RegistrarMgr | ( | const wxString & | csv_dir, |
FILE * | flog | ||
) |
Definition at line 57 of file s57RegistrarMgr.cpp.
s57RegistrarMgr::~s57RegistrarMgr | ( | ) |
Definition at line 66 of file s57RegistrarMgr.cpp.
std::string s57RegistrarMgr::getAttributeAcronym | ( | int | nID | ) |
Definition at line 171 of file s57RegistrarMgr.cpp.
int s57RegistrarMgr::getAttributeID | ( | const char * | pAttrName | ) |
Definition at line 162 of file s57RegistrarMgr.cpp.
std::string s57RegistrarMgr::getFeatureAcronym | ( | int | nID | ) |
Definition at line 178 of file s57RegistrarMgr.cpp.