Intel clGPU
|
Function implementation base class. More...
#include <functions_base.hpp>
Inherits holder.
Inherited by function_impl_command< Func >, and function_impl_execute< Func >.
Public Types | |
typedef Func | func_type |
Public Member Functions | |
virtual const char * | name () const =0 |
string representation of the implementation | |
virtual const char * | full_name () const =0 |
string representation of function and the implementation | |
virtual bool | accept (const typename Func::params &, typename Func::score &) |
Check if the implementation supports actual function parameters values. More... | |
Function implementation base class.
Func | function type |
Definition at line 99 of file functions_base.hpp.
|
inlinevirtual |
Check if the implementation supports actual function parameters values.
[in] | params | actual function parameters to be checked |
[in,out] | score | assuming implementation performance function_score based on actual parameters |
Definition at line 114 of file functions_base.hpp.