Tools.h++ Class Reference

Table Of Contents
Redefined from class RWvostream. Store the vector of N characters starting at p to the
output stream using the XDR format. If the operation fails, it sets the failbit.
virtual RWvostream&
put(const wchar_t* p, size_t N);
Redefined from class RWvostream. Store the vector of N wide characters starting at p to
the output stream using the XDR format. If the operation fails, it sets the failbit.
virtual RWvostream&
put(const short* p, size_t N);
Redefined from class RWvostream. Store the vector of N shorts starting at p to the output
stream using the XDR format. If the operation fails, it sets the failbit.
virtual RWvostream&
put(const unsigned short* p, size_t N);
Redefined from class RWvostream. Store the vector of N unsigned shorts starting at p to
the output stream using the XDR format. If the operation fails, it sets the failbit.
virtual RWvostream&
put(const int* p, size_t N);
Redefined from class RWvostream. Store the vector of N integers starting at p to the
output stream using the XDR format. If the operation fails, it sets the failbit.
virtual RWvostream&
put(const unsigned int* p, size_t N);
Redefined from class RWvostream. Store the vector of N unsigned integers starting at p
to the output stream using the XDR format. If the operation fails, it sets the failbit.
virtual RWvostream&
put(const long* p, size_t N);
Redefined from class RWvostream. Store the vector of N longs starting at p to the output
stream using the XDR format. If the operation fails, it sets the failbit.
virtual RWvostream&
put(const unsigned long* p, size_t N);
Redefined from class RWvostream. Store the vector of N unsigned longs starting at p to
the output stream using the XDR format. If the operation fails, it sets the failbit.
virtual RWvostream&
put(const float* p, size_t N);
Redefined from class RWvostream. Store the vector of N 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);