| 15 | const std::string aff3ct::factory::Encoder_conv_prefix = "enc"; |
| 16 | |
| 17 | Encoder_conv ::Encoder_conv(const std::string& prefix) |
| 18 | : Encoder(Encoder_conv_name, prefix) |
| 19 | { |
| 20 | this->type = "CONV"; |
| 21 | this->systematic = false; |
| 22 | } |
| 23 | |
| 24 | Encoder_conv* |
| 25 | Encoder_conv ::clone() const |
nothing calls this directly
no outgoing calls
no test coverage detected