Tools.h++ Manual

104011 Tandem Computers Incorporated 21-217
21
RWvistream& operator>>(RWvistream&, RWWString&
str);
RWFile& operator>>(RWFile&, RWWString&
str);
Restores a wide character string into
str
from a virtual stream or
RWFile
,
respectively, replacing the previous contents of
str
.
Related global functions
RWWString strXForm(const RWWString&);
Returns a string transformed by
::wsxfrm()
, to allow quicker collation than
RWWString::collate()
.
RWWString toLower(const RWWString& str);
Returns a version of
str
where all upper-case characters have been replaced
with lower-case characters. Uses the C library function
towlower()
.
RWWString toUpper(const RWWString& str);
Returns a version of
str
where all lower-case characters have been replaced
with upper-case characters. Uses the C library function
towupper()
.