| 58 | |
| 59 | template<typename B> |
| 60 | module::Encoder_NO<B>* |
| 61 | Encoder_NO ::build() const |
| 62 | { |
| 63 | if (this->type == "NO") return new module::Encoder_NO<B>(this->K); |
| 64 | |
| 65 | throw spu::tools::cannot_allocate(__FILE__, __LINE__, __func__); |
| 66 | } |
| 67 | |
| 68 | // ==================================================================================== explicit template instantiation |
| 69 | #include "Tools/types.h" |
nothing calls this directly
no outgoing calls
no test coverage detected