Tools.h++ Manual
104011 Tandem Computers Incorporated 21-227
21
virtual RWvistream& operator>>(unsigned int& i);
Redefined from class
RWvistream
. Gets the next unsigned integer from the
XDR input stream and stores it in
i
. If the operation fails, it sets the failbit.
virtual RWvistream& operator>>(unsigned long& l);
Redefined from class RWvistream. Gets the next unsigned long from the XDR
input stream and stores it in l. If the operation fails, it sets the failbit.
virtual RWvistream& operator>>(unsigned short& s);
Redefined from class
RWvistream
. Gets the next unsigned short from the XDR
input stream and stores it in
s
. If the operation fails, it sets the failbit.