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

Function c_str

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

! \brief Returns a pointer to the private copy held by this instance, * or "" if empty/unset. */

Source from the content-addressed store, hash-verified

652 * or "" if empty/unset.
653 */
654 const char * c_str(void) const { return (str_) ? str_ : "";}
655};
656typedef cl::string STRING_CLASS;
657#endif // #elif !defined(__USE_DEV_STRING)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected