Home | History | Annotate | Download | only in iostream3

Lines Matching defs:gzofstream

323 class gzofstream : public std::ostream
327 gzofstream();
335 gzofstream(const char* name,
344 gzofstream(int fd,
409 * This class defines a two-argument manipulator for gzofstream. It is used
418 friend gzofstream&
419 operator<<(gzofstream&,
423 gzomanip2(gzofstream& (*f)(gzofstream&, T1, T2),
428 gzofstream&
429 (*func)(gzofstream&, T1, T2);
439 inline gzofstream&
440 setcompression(gzofstream &gzs, int l, int s = Z_DEFAULT_STRATEGY)
449 gzomanip2<T1,T2>::gzomanip2(gzofstream &(*f)(gzofstream &, T1, T2),
457 inline gzofstream&
458 operator<<(gzofstream& s, const gzomanip2<T1,T2>& m)