| 55 | std::string MbReader::getName() const { return s_info.name; } |
| 56 | |
| 57 | MbReader::MbReader() : m_bath(nullptr), m_bathlon(nullptr), |
| 58 | m_bathlat(nullptr), m_amp(nullptr), m_bathflag(nullptr), m_ss(nullptr), |
| 59 | m_sslon(nullptr), m_sslat(nullptr) |
| 60 | {} |
| 61 | |
| 62 | |
| 63 | MbReader::~MbReader() |
nothing calls this directly
no outgoing calls
no test coverage detected