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

RWUCharOutputStream

Module:  Advanced Tools   Package:  Streams


RWUCharOutputStream RWHandleBase

Local Index

Members

Non-Members

Header File

#include <rw/stream/RWUCharOutputStream.h>

Description

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

Public Constructors

RW_EXPLICIT
RWUCharOutputStream(RWUCharOutputStreamImp* body);
RWUCharOutputStream(const RWUCharOutputStream& handle) 
    :RWHandleBase(handle);

Public Operators

RWUCharOutputStream 
operator<<(RWUCharOutputStream (*pf)(RWUCharOutputStream&));
RWUCharOutputStream& 
operator<<(RWUChar unicodeValue);
RWUCharOutputStream& 
operator<<(RWUCharOutputStream& (*pf)(RWUCharOutputStream&));
RWUCharOutputStream& 
operator=(const RWUCharOutputStream& handle);

Public Member Functions

void 
close();
void 
flush();
bool 
isBad() const;
bool 
isFail() const;
bool 
isGood() const;
void 
write(RWUChar unicodeValue);
void 
write(const RWUChar* unicodeArray, RWSize numUChars);

Related Global Functions

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