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

RWWCharInputStream

Module:  Advanced Tools   Package:  Streams


RWWCharInputStream RWHandleBase

Local Index

Members

Non-Members

Header File

#include <rw/stream/RWWCharInputStream.h>

Description

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

Public Constructors

RW_EXPLICIT
RWWCharInputStream(RWWCharInputStreamImp* body);
RWWCharInputStream(const RWWCharInputStream& handle) 
    :RWHandleBase(handle);

Public Operators

RWWCharInputStream 
operator>>(RWWCharInputStream (*pf)(RWWCharInputStream&));
RWWCharInputStream& 
operator=(const RWWCharInputStream& handle);
RWWCharInputStream& 
operator>>(RWWCharInputStream& (*pf)(RWWCharInputStream&));
RWWCharInputStream& 
operator>>(wchar_t& wcharValue);

Public Member Functions

RWSize 
available() const;
void 
close();
bool 
isBad() const;
bool 
isEof() const;
bool 
isFail() const;
bool 
isGood() const;
wchar_t 
read();
RWSize 
read(wchar_t* wcharArray, RWSize numWChars);
RWSize 
readUntil(wchar_t* wcharArray, RWSize maxSize, wchar_t delim);
RWSize 
skip(RWSize numUnits);

Related Global Function

RWWCharInputStream& 
rwDisc(RWWCharInputStream& 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.