Containers
String.h
String::c_strAReturns a narrow pointer to the string dataDescription
Returns a pointer to the string data, suitable for use by any function that requires a char pointer. Note that because this value is apointer into a memory pool, it should not be used beyond the current video frame, as the pointer is not guaranteed to remain valid past the current frame. Prototype
const char* c_strA(); |