| 56 | |
| 57 | template<typename B, typename R> |
| 58 | void |
| 59 | Decoder_chase_std<B, R>::deep_copy(const Decoder_chase_std<B, R>& m) |
| 60 | { |
| 61 | spu::module::Stateful::deep_copy(m); |
| 62 | if (m.encoder != nullptr) this->encoder.reset(m.encoder->clone()); |
| 63 | } |
| 64 | |
| 65 | template<typename B, typename R> |
| 66 | int |