| 17 | const std::string aff3ct::factory::Encoder_RSC_prefix = "enc"; |
| 18 | |
| 19 | Encoder_RSC ::Encoder_RSC(const std::string& prefix) |
| 20 | : Encoder(Encoder_RSC_name, prefix) |
| 21 | { |
| 22 | this->type = "RSC"; |
| 23 | } |
| 24 | |
| 25 | Encoder_RSC* |
| 26 | Encoder_RSC ::clone() const |
nothing calls this directly
no outgoing calls
no test coverage detected