| 22 | } |
| 23 | |
| 24 | Encoder_conv* |
| 25 | Encoder_conv ::clone() const |
| 26 | { |
| 27 | return new Encoder_conv(*this); |
| 28 | } |
| 29 | |
| 30 | void |
| 31 | Encoder_conv ::get_description(cli::Argument_map_info& args) const |
nothing calls this directly
no outgoing calls
no test coverage detected