| 32 | namespace e57 |
| 33 | { |
| 34 | Reader::Reader( const ustring &filePath, const ReaderOptions &options ) : |
| 35 | impl_( new ReaderImpl( filePath, options ) ) |
| 36 | { |
| 37 | } |
| 38 | |
| 39 | // Note that this constructor is deprecated (see header). |
| 40 | Reader::Reader( const ustring &filePath ) : Reader( filePath, {} ) |
nothing calls this directly
no outgoing calls
no test coverage detected