Tools.h++ Manual
21-32 104011 Tandem Computers Incorporated
21
virtual RWvostream& operator<<(unsigned char c);
Redefined from class
RWvostream
. Store the unsigned char
c
to the output
stream in binary.
virtual RWvostream& operator<<(double d);
Redefined from class
RWvostream
. Store the double
d
to the output stream in
binary.
virtual RWvostream& operator<<(float f);
Redefined from class
RWvostream
. Store the float
f
to the output stream in
binary
virtual RWvostream& operator<<(int i);
Redefined from class
RWvostream
. Store the int
i
to the output stream in
binary.
virtual RWvostream& operator<<(unsigned int i);
Redefined from class
RWvostream
. Store the unsigned int
i
to the output
stream in binary.
virtual RWvostream& operator<<(long l);
Redefined from class
RWvostream
. Store the long
l
to the output stream in
binary.
virtual RWvostream& operator<<(unsigned long l);
Redefined from class
RWvostream
. Store the unsigned long
l
to the output
stream in binary.
virtual RWvostream& operator<<(short s);
Redefined from class
RWvostream
. Store the short
s
to the output stream in
binary.
virtual RWvostream& operator<<(unsigned short s);
Redefined from class
RWvostream
. Store the unsigned short
s
to the output
stream in binary.
virtual RWvostream& put(char c);
Redefined from class
RWvostream
. Store the
char c
to the output stream.
virtual RWvostream& put(unsigned char c);
Redefined from class
RWvostream
. Store the
unsigned charc
to the output
stream.