Tools.h++ Class Reference

Table Of Contents
stores it in s. If the operation fails, it sets the failbit.
virtual RWvistream&
operator>>(wchar_t& wc);
Redefined from class RWvistream. Gets the next wide character from the XDR input
stream and stores it in wc. If the operation fails, it sets the failbit.
virtual RWvistream&
operator>>(unsigned char& c);
Redefined from class RWvistream. Gets the next unsigned character from the XDR input
stream and stores it in c. If the operation fails, it sets the failbit.
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.