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

Method err

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

! \brief Get error code associated with exception * * \return The error code. */

Source from the content-addressed store, hash-verified

316 * \return The error code.
317 */
318 cl_int err(void) const { return err_; }
319};
320
321#define __ERR_STR(x) #x

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected