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