Tools.h++ Class Reference

Table Of Contents
Public Member Functions
Because RWCLIPstreambuf inherits from streambuf, any of the latter's member functions
can be used. Furthermore, RWCLIPstreambuf has been designed to be analogous to
strstreambuf. However, note that the return type of str() is a HANDLE, rather than a char*.
HANDLE
str();
Returns an (unlocked) HANDLE to the global memory being used. The RWCLIPstreambuf
should now be regarded as "frozen": the effect of inserting any more characters is undefined.
If the RWCLIPstreambuf was constructed in dynamic mode, and nothing has been inserted,
then the returned HANDLE may be NULL. If it was constructed in static mode, then the
returned handle will be the handle used to construct the RWCLIPstreambuf.