| 17 | } |
| 18 | |
| 19 | Encoder_RSC_DB* |
| 20 | Encoder_RSC_DB ::clone() const |
| 21 | { |
| 22 | return new Encoder_RSC_DB(*this); |
| 23 | } |
| 24 | |
| 25 | void |
| 26 | Encoder_RSC_DB ::get_description(cli::Argument_map_info& args) const |
nothing calls this directly
no outgoing calls
no test coverage detected