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

RWWCharOutputStream

Module:  Advanced Tools   Package:  Streams


RWWCharOutputStream RWHandleBase

Local Index

Members

Non-Members

Header File

#include <rw/stream/RWWCharOutputStream.h>

Description

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

Public Constructors

RW_EXPLICIT 
RWWCharOutputStream(RWWCharOutputStreamImp* body);
RWWCharOutputStream(const RWWCharOutputStream& handle);

Public Operators

RWWCharOutputStream 
operator<<(RWWCharOutputStream (*pf)(RWWCharOutputStream&));
RWWCharOutputStream& 
operator<<(RWWCharOutputStream& (*pf)(RWWCharOutputStream&));
RWWCharOutputStream& 
operator<<(wchar_t wcharValue);
RWWCharOutputStream& 
operator=(const RWWCharOutputStream& handle);

Public Member Functions

void 
close();
void 
flush();
bool 
isBad() const;
bool 
isFail() const;
bool 
isGood() const;
void 
write(const wchar_t* wcharArray, RWSize numWChars);
void 
write(wchar_t wcharValue);

Related Global Functions

RWWCharOutputStream& 
rwEndl(RWWCharOutputStream& stream);
RWWCharOutputStream& 
rwEnds(RWWCharOutputStream& stream);
RWWCharOutputStream& 
rwFlush(RWWCharOutputStream& 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.