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