! \brief Returns a pointer to the private copy held by this instance, * or "" if empty/unset. */
| 652 | * or "" if empty/unset. |
| 653 | */ |
| 654 | const char * c_str(void) const { return (str_) ? str_ : "";} |
| 655 | }; |
| 656 | typedef cl::string STRING_CLASS; |
| 657 | #endif // #elif !defined(__USE_DEV_STRING) |
nothing calls this directly
no outgoing calls
no test coverage detected