| 28 | |
| 29 | template <typename M> |
| 30 | class ErrorClass |
| 31 | { |
| 32 | M metod; |
| 33 | protected: |
| 34 | bool generateData(); |
| 35 | public: |
| 36 | void error(cl_int err_etalon); |
| 37 | // nano_time_t runRepeat(int rep, cl_int* err); |
| 38 | }; |
| 39 | |
| 40 | template <typename T> bool |
| 41 | ErrorClass<T>::generateData() |
nothing calls this directly
no outgoing calls
no test coverage detected