SourcePro® 2023.1 |
SourcePro® API Reference Guide |
Handle class for wide character output streams that support an extended interface, allowing retrieval of inserted data as a wide character array. More...
#include <rw/stream/RWWCharArrayOutputStream.h>
Additional Inherited Members | |
Protected Member Functions inherited from RWHandleBase | |
RWHandleBase (void) | |
RWHandleBase (RWStaticCtor) | |
RWHandleBase (RWBodyBase *body) | |
RWHandleBase (const RWHandleBase &second) | |
~RWHandleBase (void) | |
RWBodyBase & | body (void) const |
RWHandleBase & | operator= (const RWHandleBase &second) |
Related Functions inherited from RWWCharOutputStream | |
RWWCharOutputStream & | rwEndl (RWWCharOutputStream &stream) |
RWWCharOutputStream & | rwEnds (RWWCharOutputStream &stream) |
RWWCharOutputStream & | rwFlush (RWWCharOutputStream &stream) |
RWWCharOutputStream | rwGuard (RWWCharOutputStream &stream) |
Handle class for wide character output streams that support an extended interface that allows retrieval of their inserted data as a wide character array. Implements the handle idiom from the handle-body pattern.
|
inlineexplicit |
Constructor.
body | A pointer to an implementation class supporting the abstract interface RWWCharArrayOutputStreamImp. |
|
inline |
Copy constructor.
handle | A wide character array stream handle used to initialize the newly created handle. |
|
inline |
Resets the underlying buffer.
|
inline |
Returns a pointer to an array of wide characters containing the wide characters inserted into the stream since its creation. Users are responsible for freeing the memory associated with the array returned by this function using operator delete[]
.
|
inline |
Returns the size of the wide character array that would be returned by a call to function getWCharacterArray().
|
inline |
Assignment operator. Throws no exceptions.
handle | A wide character array stream handle used to initialize this handle. |
Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |