Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Advanced Tools Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWCharArrayOutputStreamImp

Module:  Advanced Tools   Package:  Streams


RWCharArrayOutputStreamImp RWCharOutputStreamImp RWOutputStreamImp RWStreamImp RWBodyBase

Local Index

Members

Header File

#include <rw/stream/RWCharArrayOutputStreamImp.h>

Description

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.

Protected Constructor

RWCharArrayOutputStreamImp();

Public Destructor

virtual 
~RWCharArrayOutputStreamImp();

Public Member Functions

virtual void 
clear() =0;
virtual char* 
getCharacterArray() =0;
virtual RWSize 
getCharacterArraySize() const =0;
virtual RWCString 
getString() =0;


Previous fileTop of DocumentContentsIndex pageNext file

© 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.
Contact Rogue Wave about documentation or support issues.