| 12 | const std::string aff3ct::factory::Encoder_BCH_prefix = "enc"; |
| 13 | |
| 14 | Encoder_BCH ::Encoder_BCH(const std::string& prefix) |
| 15 | : Encoder(Encoder_BCH_name, prefix) |
| 16 | { |
| 17 | this->type = "BCH"; |
| 18 | } |
| 19 | |
| 20 | Encoder_BCH* |
| 21 | Encoder_BCH ::clone() const |
nothing calls this directly
no outgoing calls
no test coverage detected