Tools.h++ Class Reference

Table Of Contents
operator<<(unsigned short s);
Redefined from class RWbostream. Store the unsigned short s to the output stream in binary,
using the appropriate endian representation.
virtual RWvostream&
put(char c);
virtual RWvostream&
put(unsigned char c);
virtual RWvostream&
put(const char* p, size_t N);
Inherited from class RWbostream.
virtual RWvostream&
put(wchar_t wc);
Redefined from class RWbostream. Store the wchar_t wc to the output stream in binary, using
the appropriate endian representation.
virtual RWvostream&
put(const wchar_t* p, size_t N);
Redefined from class RWbostream. Store the vector of wchar_ts starting at p to the output
stream in binary, using the appropriate endian representation.
virtual RWvostream&
put(const unsigned char* p, size_t N);
Redefined from class RWbostream. Store the vector of unsigned chars starting at p to the output
stream in binary, using the appropriate endian representation.
virtual RWvostream&
put(const short* p, size_t N);
Redefined from class RWbostream. Store the vector of shorts starting at p to the output stream
in binary, using the appropriate endian representation.
virtual RWvostream&
put(const unsigned short* p, size_t N);
Redefined from class RWbostream. Store the vector of unsigned shorts starting at p to the
output stream in binary, using the appropriate endian representation.
virtual RWvostream&
put(const int* p, size_t N);
Redefined from class RWbostream. Store the vector of ints starting at p to the output stream in
binary, using the appropriate endian representation.
virtual RWvostream&
put(const unsigned int* p, size_t N);
Redefined from class RWbostream. Store the vector of unsigned ints starting at p to the output
stream in binary, using the appropriate endian representation.
virtual RWvostream&