Tools.h++ Class Reference

Table Of Contents
stream and stores them in v. If the operation fails, it sets the failbit.
virtual RWvistream&
get(unsigned char* v, size_t N);
Redefined from class RWvistream. Gets a vector of N unsigned characters from the XDR
input stream and stores them in v. If the operation fails, it sets the failbit.
virtual RWvistream&
get(double* v, size_t N);
Redefined from class RWvistream. Gets a vector of N doubles from the XDR input
stream and stores them in v. If the operation fails, it sets the failbit.
virtual RWvistream&
get(float* v, size_t N);
Redefined from class RWvistream. Gets a vector of N floats from the XDR input stream
and stores them in v. If the operation fails, it sets the failbit.
virtual RWvistream&
get(int* v, size_t N);
Redefined from class RWvistream. Gets a vector of N ints from the XDR input stream
and stores them in v. If the operation fails, it sets the failbit.
virtual RWvistream&
get(unsigned int* v, size_t N);
Redefined from class RWvistream. Gets a vector of N unsigned ints from the XDR input
stream and stores them in v. If the operation fails, it sets the failbit.
virtual RWvistream&
get(long* v, size_t N);
Redefined from class RWvistream. Gets a vector of N longs from the XDR input stream
and stores them in v. If the operation fails, it sets the failbit.
virtual RWvistream&
get(unsigned long* v, size_t N);
Redefined from class RWvistream. Gets a vector of N unsigned longs from the XDR
input stream and stores them in v. If the operation fails, it sets the failbit.
virtual RWvistream&
get(short* v, size_t N);
Redefined from class RWvistream. Gets a vector of N shorts from the XDR input stream
and stores them in v. If the operation fails, it sets the failbit.
virtual RWvistream&
get(unsigned short* v, size_t N);
Redefined from class RWvistream. Gets a vector of N unsigned shorts from the XDR