#include <DynStr.h>
List of all members.
|
Public Member Functions |
| DynStrRetVal (DynStr *pds) |
DynStr * | Release () |
| operator const char * () |
DynStrRetVal & | operator+ (const char *ps) |
Detailed Description
A helper struct to return a new string safely. To take over ownership of the returned string one must use the Release() function. Otherwise the string is destroyed when this temp struct goes out of scope.
The documentation for this struct was generated from the following file: