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