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

RWCharArrayOutputStream

Module:  Advanced Tools   Package:  Streams


RWCharArrayOutputStream RWCharOutputStream RWHandleBase

Local Index

Members

Header File

#include <rw/stream/RWCharArrayOutputStream.h>

Description

Handle class for narrow character output streams that support an extended interface that allows retrieval of their inserted data as a narrow character array. Implements the handle idiom from the handle-body pattern.

Public Constructors

RW_EXPLICIT
RWCharArrayOutputStream(RWCharArrayOutputStreamImp* body);
RWCharArrayOutputStream(const RWCharArrayOutputStream&
handle);

Public Operator

RWCharArrayOutputStream& 
operator=(const RWCharArrayOutputStream& handle);

Public Member Functions

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


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.