Tools.h++ Class Reference

Table Of Contents
Initialize RWXDRostream with an output stream.
Public Destructor
virtual ~RWXDRostream();
Deallocate previously allocated resources.
Public Member Functions
virtual RWvostream&
operator<<(const char* s);
Redefined from class RWvostream. Store the character string starting at s to the output
stream using the XDR format. The character string is expected to be null terminated.
virtual RWvostream&
operator<<(char c);
Redefined from class RWvostream. Store the character c to the output stream using the
XDR format. Note that c is treated as a character, not a number. This member attempts to
preserve the symbolic characters values transmitted over the stream.
virtual RWvostream&
operator<<(wchar_t wc);
Redefined from class RWvostream. Store the wide character wc to the output stream
using the XDR 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 character c to the output stream
using the XDR 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 the
XDR format.
virtual RWvostream&
operator<<(float f);
Redefined from class RWvostream. Store the float f to the output stream using the XDR
format.
virtual RWvostream&
operator<<(int i);
Redefined from class RWvostream. Store the integer i to the output stream using the