Tools.h++ Class Reference

Table Of Contents
Redefined from class RWvostream. Store the vector of wide chars starting at p to the
output stream in binary.
virtual RWvostream&
put(const unsigned char* p, size_t N);
Redefined from class RWvostream. Store the vector of unsigned chars starting at p to the
output stream in binary.
virtual RWvostream&
put(const short* p, size_t N);
Redefined from class RWvostream. Store the vector of shorts starting at p to the output
stream in binary.
virtual RWvostream&
put(const unsigned short* p, size_t N);
Redefined from class RWvostream. Store the vector of unsigned shorts starting at p to the
output stream in binary.
virtual RWvostream&
put(const int* p, size_t N);
Redefined from class RWvostream. Store the vector of ints starting at p to the output
stream in binary.
virtual RWvostream&
put(const unsigned int* p, size_t N);
Redefined from class RWvostream. Store the vector of unsigned ints starting at p to the
output stream in binary.
virtual RWvostream&
put(const long* p, size_t N);
Redefined from class RWvostream. Store the vector of longs starting at p to the output
stream in binary.
virtual RWvostream&
put(const unsigned long* p, size_t N);
Redefined from class RWvostream. Store the vector of unsigned longs starting at p to the
output stream in binary.
virtual RWvostream&
put(const float* p, size_t N);
Redefined from class RWvostream. Store the vector of floats starting at p to the output
stream in binary.
virtual RWvostream&
put(const double* p, size_t N);