|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
System string (BSTR) encapsulation. More...
#include <owl/string.h>
Public Member Functions | |
| TSysStr () | |
| TSysStr (const BSTR p) | |
| TSysStr (const TSysStr &src) | |
| ~TSysStr () | |
| int | operator! () const |
| operator const BSTR () const | |
| operator BSTR () | |
| TSysStr & | operator= (BSTR p) |
| operator BSTR * () | |
| BSTR | Relinquish () |
Protected Attributes | |
| BSTR | P |
System string (BSTR) encapsulation.
Also gives BSTRs a unique type Always assumes ownership of the BSTR, use Relinquish to take BSTR away.
|
inline |
Definition at line 37 of file string.h.
References owl::SysAllocString().