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