Searched defs:c_str (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/cpp/
H A Dministring.h52 * C string from c_str().
193 * Returns the length of the member string in bytes, which is equal to strlen(c_str()).
480 inline const char *c_str() const function in class:RTCString
487 * As opposed to c_str() and raw(), this DOES return NULL for an empty string
572 are treated the same way so that str.compare(str2.c_str()) works. */
617 are treated the same way so that str.equals(str2.c_str()) works. */
645 are treated the same way so that str.equalsIgnoreCase(str2.c_str()) works. */

Completed in 34 milliseconds