| 67 | |
| 68 | template<typename B> |
| 69 | module::Encoder_RSC_DB<B>* |
| 70 | Encoder_RSC_DB ::build() const |
| 71 | { |
| 72 | if (this->type == "RSC_DB") |
| 73 | return new module::Encoder_RSC_DB<B>(this->K, this->N_cw, this->standard, this->buffered); |
| 74 | |
| 75 | throw spu::tools::cannot_allocate(__FILE__, __LINE__, __func__); |
| 76 | } |
| 77 | |
| 78 | // ==================================================================================== explicit template instantiation |
| 79 | #include "Tools/types.h" |
nothing calls this directly
no outgoing calls
no test coverage detected