| 5 | |
| 6 | template<class L, typename B, typename R, typename Q> |
| 7 | Uncoded<L, B, R, Q>::Uncoded(const int argc, const char** argv, std::ostream& stream) |
| 8 | : L(argc, argv, stream) |
| 9 | , params_cdc(new factory::Codec_uncoded("cdc")) |
| 10 | { |
| 11 | this->params.set_cdc(params_cdc); |
| 12 | } |
| 13 | |
| 14 | template<class L, typename B, typename R, typename Q> |
| 15 | void |