Tools.h++ Class Reference

Table Of Contents
put(const long* p, size_t N);
Redefined from class RWbostream. Store the vector of longs starting at p to the output stream in
binary, using the appropriate endian representation.
virtual RWvostream&
put(const unsigned long* p, size_t N);
Redefined from class RWbostream. Store the vector of unsigned longs starting at p to the output
stream in binary, using the appropriate endian representation.
virtual RWvostream&
put(const float* p, size_t N);
Redefined from class RWbostream. Store the vector of floats starting at p to the output stream in
binary, using the appropriate endian representation.
virtual RWvostream&
put(const double* p, size_t N);
Redefined from class RWbostream. Store the vector of doubles starting at p to the output stream
in binary, using the appropriate endian representation.
virtual RWvostream&
putString(const char*s, size_t N);
Store the character string, including embedded nulls, starting at s to the output string.