Tools.h++ Class Reference

Table Of Contents
XDR format.
virtual RWvostream&
operator<<(unsigned int i);
Redefined from class RWvostream. Store the unsigned integer i to the output stream
using the XDR format.
virtual RWvostream&
operator<<(long l);
Redefined from class RWvostream. Store the long l to the output stream using the XDR
format.
virtual RWvostream&
operator<<(unsigned long l);
Redefined from class RWvostream. Store the unsigned long l to the output stream using
the XDR format.
virtual RWvostream&
operator<<(short s);
Redefined from class RWvostream. Store the short s to the output stream using the XDR
format.
virtual RWvostream&
operator<<(unsigned short );
Redefined from class RWvostream. Store the unsigned short s to the output stream using
the XDR format.
virtual RWvostream&
put(char c);
Redefined from class RWvostream. Store the character c to the output stream using the
XDR format. If the operation fails, it sets the failbit. This member only preserves ASCII
numerical codes, not the coresponding character symbol.
virtual RWvostream&
put(unsigned char c);
Redefined from class RWvostream. Store the unsigned character c to the output stream
using the XDR format. If the operation fails, it sets the failbit.
virtual RWvostream&
put(wchar_t wc);
Redefined from class RWvostream. Store the wide character wc to the output stream
using the XDR format. If the operation fails, it sets the failbit.
virtual RWvostream&
put(const char* p, size_t N);