Gzipped file output stream manipulator class. More...
#include <zfstream.h>
Public Member Functions | |
gzomanip2 (gzofstream &(*f)(gzofstream &, T1, T2), T1 v1, T2 v2) | |
gzomanip2 (gzofstream &(*f)(gzofstream &, T1, T2), T1 v1, T2 v2) | |
Private Attributes | |
gzofstream &(* | func )(gzofstream &, T1, T2) |
T1 | val1 |
T2 | val2 |
Friends | |
template<typename Ta , typename Tb > | |
gzofstream & | operator<< (gzofstream &, const gzomanip2< Ta, Tb > &) |
template<typename Ta , typename Tb > | |
gzofstream & | operator<< (gzofstream &, const gzomanip2< Ta, Tb > &) |
Gzipped file output stream manipulator class.
This class defines a two-argument manipulator for gzofstream. It is used as base for the setcompression(int,int) manipulator.
Definition at line 413 of file bloaty/third_party/zlib/contrib/iostream3/zfstream.h.
|
inline |
Definition at line 449 of file bloaty/third_party/zlib/contrib/iostream3/zfstream.h.
gzomanip2< T1, T2 >::gzomanip2 | ( | gzofstream &(*)(gzofstream &, T1, T2) | f, |
T1 | v1, | ||
T2 | v2 | ||
) |
|
friend |
|
friend |
|
private |
Definition at line 429 of file bloaty/third_party/zlib/contrib/iostream3/zfstream.h.
|
private |
Definition at line 432 of file bloaty/third_party/zlib/contrib/iostream3/zfstream.h.
|
private |
Definition at line 433 of file bloaty/third_party/zlib/contrib/iostream3/zfstream.h.