Gzipped file output stream manipulator class. More...
#include "gzfstream.h"
Public Member Functions | |
gzomanip2 (gzofstream &(*f)(gzofstream &, T1, T2), T1 v1, T2 v2) | |
Private Attributes | |
gzofstream &(* | fcn )(gzofstream &, T1, T2) |
T1 | val1 |
T2 | val2 |
Friends | |
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 456 of file gzfstream.h.
|
inline |
Definition at line 490 of file gzfstream.h.
|
friend |
|
private |
Definition at line 471 of file gzfstream.h.
|
private |
Definition at line 475 of file gzfstream.h.
|
private |
Definition at line 476 of file gzfstream.h.