| 10 | const std::string aff3ct::factory::Encoder_RS_prefix = "enc"; |
| 11 | |
| 12 | Encoder_RS ::Encoder_RS(const std::string& prefix) |
| 13 | : Encoder(Encoder_RS_name, prefix) |
| 14 | { |
| 15 | this->type = "RS"; |
| 16 | } |
| 17 | |
| 18 | Encoder_RS* |
| 19 | Encoder_RS ::clone() const |
nothing calls this directly
no outgoing calls
no test coverage detected