| 28 | } |
| 29 | |
| 30 | Encoder_LDPC* |
| 31 | Encoder_LDPC ::clone() const |
| 32 | { |
| 33 | return new Encoder_LDPC(*this); |
| 34 | } |
| 35 | |
| 36 | void |
| 37 | Encoder_LDPC ::get_description(cli::Argument_map_info& args) const |
nothing calls this directly
no outgoing calls
no test coverage detected