Tools.h++ Manual

21-200 104011 Tandem Computers Incorporated
21
virtual RWvistream& operator>>(short& s) = 0;
Get the next short from the input stream and store it in
s
.
virtual RWvistream& operator>>(unsigned char& c) = 0;
Get the next unsigned char from the input stream and store it in
c
.
virtual RWvistream& operator>>(unsigned short& s) = 0;
Get the next unsigned short from the input stream and store it in
s
.
virtual RWvistream& operator>>(unsigned int& i) = 0;
Get the next unsigned int from the input stream and store it in
i
.
virtual RWvistream& operator>>(unsigned long& l) = 0;
Get the next unsigned long from the input stream and store it in
l
.