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

RWCharOutputStream

Module:  Advanced Tools   Package:  Streams


RWCharOutputStream RWHandleBase

Local Index

Members

Non-Members

Header File

#include <rw/stream/RWCharOutputStream.h>

Description

Handle class for all the narrow character output stream implementation classes. Implements the handle idiom from the handle-body pattern.

Public Constructors

RW_EXPLICIT 
RWCharOutputStream(RWCharOutputStreamImp* body);
RWCharOutputStream(const RWCharOutputStream& handle);

Public Operators

RWCharOutputStream 
operator<<(RWCharOutputStream (*pf)(RWCharOutputStream&));
RWCharOutputStream& 
operator<<(RWCharOutputStream& (*pf)(RWCharOutputStream&));
RWCharOutputStream& 
operator<<(char charValue);
RWCharOutputStream& 
operator<<(const RWCString& string);
RWCharOutputStream& 
operator=(const RWCharOutputStream& handle);

Public Member Functions

void 
close();
void 
flush();
bool 
isBad() const;
bool 
isFail() const;
bool 
isGood() const;
void 
write(char charValue);
void 
write(const RWCString& string);
void 
write(const char* charArray, RWSize numChars);

Related Global Functions

RWCharOutputStream& 
rwEndl(RWCharOutputStream& stream);
RWCharOutputStream& 
rwEnds(RWCharOutputStream& stream);
RWCharOutputStream& 
rwFlush(RWCharOutputStream& stream);


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.