| 10 | const std::string aff3ct::factory::Decoder_NO_prefix = "dec"; |
| 11 | |
| 12 | Decoder_NO ::Decoder_NO(const std::string& prefix) |
| 13 | : Decoder(Decoder_NO_name, prefix) |
| 14 | { |
| 15 | this->type = "NONE"; |
| 16 | this->implem = "HARD_DECISION"; |
| 17 | } |
| 18 | |
| 19 | Decoder_NO* |
| 20 | Decoder_NO ::clone() const |
nothing calls this directly
no outgoing calls
no test coverage detected