| 16 | const std::string aff3ct::factory::Decoder_BCH_prefix = "dec"; |
| 17 | |
| 18 | Decoder_BCH ::Decoder_BCH(const std::string& prefix) |
| 19 | : Decoder(Decoder_BCH_name, prefix) |
| 20 | { |
| 21 | this->type = "ALGEBRAIC"; |
| 22 | this->implem = "STD"; |
| 23 | } |
| 24 | |
| 25 | Decoder_BCH* |
| 26 | Decoder_BCH ::clone() const |
nothing calls this directly
no outgoing calls
no test coverage detected