Searched refs:gzomanip2 (Results 1 – 1 of 1) sorted by relevance
/external/zlib/src/contrib/iostream3/ |
D | zfstream.h | 413 class gzomanip2 420 const gzomanip2<Ta,Tb>&); 423 gzomanip2(gzofstream& (*f)(gzofstream&, T1, T2), 449 gzomanip2<T1,T2>::gzomanip2(gzofstream &(*f)(gzofstream &, T1, T2), in gzomanip2() function 458 operator<<(gzofstream& s, const gzomanip2<T1,T2>& m) 462 inline gzomanip2<int,int> 464 { return gzomanip2<int,int>(&setcompression, l, s); }
|