| 200 | } |
| 201 | |
| 202 | Encoder::Encoder( unsigned bytestreamNumber ) : bytestreamNumber_( bytestreamNumber ) |
| 203 | { |
| 204 | } |
| 205 | |
| 206 | #ifdef E57_ENABLE_DIAGNOSTIC_OUTPUT |
| 207 | void Encoder::dump( int indent, std::ostream &os ) const |
nothing calls this directly
no outgoing calls
no test coverage detected