MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / getInfoHelper

Function getInfoHelper

include/internal/CL/cl.hpp:1136–1139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1134// parameter as an int.
1135template<typename Functor, typename T>
1136inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long)
1137{
1138 return f(name, sizeof(T), param, NULL);
1139}
1140
1141// Specialized getInfoHelper for VECTOR_CLASS params
1142template <typename Func, typename T>

Callers 1

getInfoFunction · 0.85

Calls 5

dataMethod · 0.80
beginMethod · 0.80
endMethod · 0.80
retainMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected