Tools.h++ Class Reference

Table Of Contents
Redefined from class RWvostream. Store the vector of doubles starting at p to the output
stream in binary.
virtual RWvostream&
putString(const char* p, size_t N);
Redefined from class RWvostream. Data is formatted as a string containing N characters.
virtual RWvostream&
putString(const char*s, size_t N);
Store the character string, including embedded nulls, starting at s to the output string.