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

Method begin

include/internal/CL/cl.hpp:947–952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

945 ~iterator(void) {}
946
947 static iterator begin(const cl::vector<T,N> &vec)
948 {
949 iterator i(vec, 0);
950
951 return i;
952 }
953
954 static iterator end(const cl::vector<T,N> &vec)
955 {

Callers 15

deallocateMethod · 0.80
cancelMethod · 0.80
removeDeviceMethod · 0.80
tryGetDeviceMethod · 0.80
clearDevicesMethod · 0.80
removeDeviceMethod · 0.80
clearDevicesMethod · 0.80
getDevicesMethod · 0.80
getDefaultLevelMethod · 0.80
~WithPerfLoggingImplMethod · 0.80
buildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected