Lines Matching refs:gzofstream
323 class gzofstream : public std::ostream
327 gzofstream();
335 gzofstream(const char* name,
344 gzofstream(int fd,
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), in gzomanip2() argument
457 inline gzofstream&
458 operator<<(gzofstream& s, const gzomanip2<T1,T2>& m)