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

RWWCharOutputStreamImp

Module:  Advanced Tools   Package:  Streams


RWWCharOutputStreamImp RWOutputStreamImp RWStreamImp RWBodyBase

Local Index

Members

Header File

#include <rw/stream/RWWCharOutputStreamImp.h>

Description

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

Protected Constructor

RWWCharOutputStreamImp();

Public Destructor

virtual 
~RWWCharOutputStreamImp();

Public Member Functions

virtual RWWCharOutputStream 
acquire();
virtual void 
release();
virtual void 
write(const wchar_t* wcharArray, RWSize numWchars) =0;
virtual void 
write(wchar_t wcharValue) =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.