| 2432 | |
| 2433 | template<typename T> |
| 2434 | class CopyMetod : public baseMetod<T> |
| 2435 | { |
| 2436 | public: |
| 2437 | typedef T TYPE; |
| 2438 | |
| 2439 | public: |
| 2440 | void initDefault(size_t s, unsigned int q); |
| 2441 | cl_int run(); |
| 2442 | void generateData(); |
| 2443 | }; |
| 2444 | |
| 2445 | template <typename T> void |
| 2446 | CopyMetod<T>::initDefault(size_t s, unsigned int q) |
nothing calls this directly
no outgoing calls
no test coverage detected