| 89 | std::string SlpkReader::getName() const { return slpkInfo.name; } |
| 90 | |
| 91 | SlpkReader::SlpkReader() : EsriReader(std::make_unique<SlpkInterface>(m_filename)) |
| 92 | {} |
| 93 | |
| 94 | void SlpkInterface::initInfo() |
| 95 | { |
nothing calls this directly
no outgoing calls
no test coverage detected