Tools.h++ Class Reference

Table Of Contents
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.
operator void*();
Inherited via RWvostream from RWvios.
Public Member Functions
virtual RWvostream&
flush();
Send the contents of the stream buffer to output immediately.
virtual RWvostream&
put(char c);
Redefined from class RWvostream. Store the char c to the output stream.
virtual RWvostream&
put(wchar_t wc);
Redefined from class RWvostream. Store the wide character wc to the output stream.
virtual RWvostream&
put(unsigned char c);
Redefined from class RWvostream. Store the unsigned char c to the output stream.
virtual RWvostream&
put(const char* p, size_t N);
Redefined from class RWvostream. Store the vector of chars starting at p to the output
stream in binary.
virtual RWvostream&
put(const wchar_t* p, size_t N);