HomeSort by: relevance | last modified time | path
    Searched defs:gzomanip2 (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/contrib/iostream3/
zfstream.h 413 class gzomanip2 class
420 const gzomanip2<Ta,Tb>&);
423 gzomanip2(gzofstream& (*f)(gzofstream&, T1, T2),
449 gzomanip2<T1,T2>::gzomanip2(gzofstream &(*f)(gzofstream &, T1, T2), function in class:gzomanip2
458 operator<<(gzofstream& s, const gzomanip2<T1,T2>& m)
462 inline gzomanip2<int,int>
464 { return gzomanip2<int,int>(&setcompression, l, s); }
zfstream.h 413 class gzomanip2 class
420 const gzomanip2<Ta,Tb>&);
423 gzomanip2(gzofstream& (*f)(gzofstream&, T1, T2),
449 gzomanip2<T1,T2>::gzomanip2(gzofstream &(*f)(gzofstream &, T1, T2), function in class:gzomanip2
458 operator<<(gzofstream& s, const gzomanip2<T1,T2>& m)
462 inline gzomanip2<int,int>
464 { return gzomanip2<int,int>(&setcompression, l, s); }

Completed in 62 milliseconds