| 174 | std::unique_ptr<connector::Connector> connector; |
| 175 | |
| 176 | Private() : apiHeader(header, srs, vlrs), index(0), pool(DefaultNumThreads), isRemote(false) |
| 177 | {} |
| 178 | }; |
| 179 | |
| 180 | LasReader::LasReader() : d(new Private) |
nothing calls this directly
no outgoing calls
no test coverage detected