![]() SourcePro C++ 12.5 |
SourcePro® C++ API Reference Guide |
Product Documentation: SourcePro C++ Documentation Home |
Abstract base class for narrow character output streams that allow retrieval of their inserted data as a character array. More...
#include <rw/stream/RWCharArrayOutputStreamImp.h>
Public Member Functions | |
| virtual | ~RWCharArrayOutputStreamImp () |
| virtual void | clear ()=0 |
| virtual char * | getCharacterArray ()=0 |
| virtual RWSize | getCharacterArraySize () const =0 |
| virtual RWCString | getString ()=0 |
Public Member Functions inherited from RWCharOutputStreamImp | |
| virtual | ~RWCharOutputStreamImp () |
| virtual RWCharOutputStream | acquire () |
| virtual void | release () |
| virtual void | write (char charValue)=0 |
| virtual void | write (const char *charArray, RWSize numChars)=0 |
Public Member Functions inherited from RWOutputStreamImp | |
| virtual | ~RWOutputStreamImp () |
| virtual void | close () |
| virtual void | flush ()=0 |
Public Member Functions inherited from RWStreamImp | |
| virtual | ~RWStreamImp () |
| virtual bool | isBad () const =0 |
| virtual bool | isFail () const =0 |
| virtual bool | isGood () const =0 |
Protected Member Functions | |
| RWCharArrayOutputStreamImp () | |
Protected Member Functions inherited from RWCharOutputStreamImp | |
| RWCharOutputStreamImp () | |
Protected Member Functions inherited from RWOutputStreamImp | |
| RWOutputStreamImp () | |
Protected Member Functions inherited from RWStreamImp | |
| RWStreamImp () | |
Protected Member Functions inherited from RWBodyBase | |
| RWBodyBase (void) | |
| RWBodyBase (RWStaticCtor) | |
| RWBodyBase (const RWBodyBase &second) | |
| virtual | ~RWBodyBase (void) |
| RWBodyBase & | operator= (const RWBodyBase &second) |
Protected Member Functions inherited from RWTCountingBody< RWMutexLock > | |
| ~RWTCountingBody (void) | |
| unsigned | addReference (void) |
| unsigned | references (void) const |
| unsigned | removeReference (void) |
| RWTCountingBody (unsigned initCount=0) | |
| RWTCountingBody (RWStaticCtor) | |
| RWTCountingBody (const RWTCountingBody< RWMutexLock > &second) | |
| RWTCountingBody< RWMutexLock > & | operator= (const RWTCountingBody< RWMutexLock > &second) |
Additional Inherited Members |
Abstract base class for narrow character output streams that support an extended interface that allows retrieval of their inserted data as a character array. Implements the body idiom from the handle-body pattern.
|
inlinevirtual |
Destructor.
|
inlineprotected |
Constructor.
|
pure virtual |
Resets the underlying buffer.
Implemented in RWChainedCharArrayOutputStreamImp.
|
pure virtual |
Returns a pointer to an array of narrow characters containing the 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[].
Implemented in RWChainedCharArrayOutputStreamImp.
|
pure virtual |
Returns the size of the narrow character array that would be returned by a call to function getCharacterArray().
Implemented in RWChainedCharArrayOutputStreamImp.
|
pure virtual |
Returns a narrow character string object containing the characters inserted into the stream since its creation.
Implemented in RWChainedCharArrayOutputStreamImp.
© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.