Tools.h++ Class Reference

Table Of Contents
Redefined from class RWvostream. Store the vector of floats starting at p to the output
stream using a portable format.
virtual RWvostream&
put(const double* p, size_t N);
Redefined from class RWvostream. Store the vector of doubles starting at p to the output
stream using a portable format.
virtual RWvostream&
putString(const char*s, size_t N);
Store the character string, including embedded nulls, starting at s to the output string.