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

Method what

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

! \brief Get error string associated with exception * * \return A memory pointer to the error message string. */

Source from the content-addressed store, hash-verified

302 * \return A memory pointer to the error message string.
303 */
304 virtual const char * what() const throw ()
305 {
306 if (errStr_ == NULL) {
307 return "empty";
308 }
309 else {
310 return errStr_;
311 }
312 }
313
314 /*! \brief Get error code associated with exception
315 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected