| 14 | const std::string aff3ct::factory::Encoder_prefix = "enc"; |
| 15 | |
| 16 | Encoder ::Encoder(const std::string& prefix) |
| 17 | : Factory(Encoder_name, Encoder_name, prefix) |
| 18 | { |
| 19 | } |
| 20 | |
| 21 | Encoder ::Encoder(const std::string& name, const std::string& prefix) |
| 22 | : Factory(name, Encoder_name, prefix) |
nothing calls this directly
no outgoing calls
no test coverage detected