Tools.h++ Class Reference

Table Of Contents
Redefined from class RWvostream. Store the wide char wc to the output stream using a
portable format. Note that wc is treated as a character, not a number.
virtual RWvostream&
operator<<(unsigned char c);
Redefined from class RWvostream. Store the unsigned char c to the output stream using a
portable format. Note that c is treated as a character, not a number.
virtual RWvostream&
operator<<(double d);
Redefined from class RWvostream. Store the double d to the output stream using a
portable format.
virtual RWvostream&
operator<<(float f);
Redefined from class RWvostream. Store the float f to the output stream using a portable
format.
virtual RWvostream&
operator<<(int i);
Redefined from class RWvostream. Store the int i to the output stream using a portable
format.
virtual RWvostream&
operator<<(unsigned int i);
Redefined from class RWvostream. Store the unsigned int i to the output stream using a
portable format.
virtual RWvostream&
operator<<(long l);
Redefined from class RWvostream. Store the long l to the output stream using a portable
format.
virtual RWvostream&
operator<<(unsigned long l);
Redefined from class RWvostream. Store the unsigned long l to the output stream using a
portable format.
virtual RWvostream&
operator<<(short s);
Redefined from class RWvostream. Store the short s to the output stream using a portable
format.
virtual RWvostream&
operator<<(unsigned short s);