| 14 | const std::string aff3ct::factory::Decoder_prefix = "dec"; |
| 15 | |
| 16 | Decoder ::Decoder(const std::string& name, const std::string& prefix) |
| 17 | : Factory(name, Decoder_name, prefix) |
| 18 | { |
| 19 | } |
| 20 | |
| 21 | Decoder* |
| 22 | Decoder ::clone() const |
nothing calls this directly
no outgoing calls
no test coverage detected