Tools.h++ Manual

21-232 104011 Tandem Computers Incorporated
21
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 using the XDR format. If the operation fails, it sets the failbit.
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 the XDR format. If the operation fails, it sets the
failbit.