MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / ~Wrapper

Method ~Wrapper

include/internal/CL/cl.hpp:1800–1803  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1798 Wrapper(const cl_type &obj) : object_(obj) { }
1799
1800 ~Wrapper()
1801 {
1802 if (object_ != NULL) { release(); }
1803 }
1804
1805 Wrapper(const Wrapper<cl_type>& rhs)
1806 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected