Function CSPWString::Empty()
Description:
Clears the string's content, freeing any memory allocated.
 |
Prototype:
void Empty();
Arguments:
No arguments (void).
Return value:
No return value (void).
Remarks:
Call member function Clear() if you wish to clear the content, but still keep the allocated memory.
See also:
member function Clear(), SetSize()
|
|