Tools.h++ Class Reference

Table Of Contents
operator>>(wchar_t& wc);
Redefined from class RWvistream. Get the next wide char from the input stream and
store it in wc.
virtual RWvistream&
operator>>(double& d);
Redefined from class RWvistream. Get the next double from the input stream and store it
in d.
virtual RWvistream&
operator>>(float& f);
Redefined from class RWvistream. Get the next float from the input stream and store it in
f.
virtual RWvistream&
operator>>(int& i);
Redefined from class RWvistream. Get the next int from the input stream and store it in i.
virtual RWvistream&
operator>>(long& l);
Redefined from class RWvistream. Get the next long from the input stream and store it in
l.
virtual RWvistream&
operator>>(short& s);
Redefined from class RWvistream. Get the next short from the input stream and store it in
s.
virtual RWvistream&
operator>>(unsigned char& c);
Redefined from class RWvistream. Get the next unsigned char from the input stream and
store it in c.
virtual RWvistream&
operator>>(unsigned short& s);
Redefined from class RWvistream. Get the next unsigned short from the input stream and
store it in s.
virtual RWvistream&
operator>>(unsigned int& i);
Redefined from class RWvistream. Get the next unsigned int from the input stream and
store it in i.
virtual RWvistream&
operator>>(unsigned long& l);