| 22 | const std::string aff3ct::factory::Encoder_LDPC_prefix = "enc"; |
| 23 | |
| 24 | Encoder_LDPC ::Encoder_LDPC(const std::string& prefix) |
| 25 | : Encoder(Encoder_LDPC_name, prefix) |
| 26 | { |
| 27 | this->type = "AZCW"; |
| 28 | } |
| 29 | |
| 30 | Encoder_LDPC* |
| 31 | Encoder_LDPC ::clone() const |
nothing calls this directly
no outgoing calls
no test coverage detected