#include <istream>#include <ostream>#include "zlib.h"

Go to the source code of this file.
Classes | |
| class | gzfilebuf |
| Gzipped file stream buffer class. More... | |
| class | gzifstream |
| Gzipped file input stream class. More... | |
| class | gzofstream |
| Gzipped file output stream class. More... | |
| class | gzomanip2< T1, T2 > |
| Gzipped file output stream manipulator class. More... | |
Functions | |
| template<typename T1 , typename T2 > | |
| gzofstream & | operator<< (gzofstream &s, const gzomanip2< T1, T2 > &m) |
| gzofstream & | setcompression (gzofstream &gzs, int l, int s=Z_DEFAULT_STRATEGY) |
| gzomanip2< int, int > | setcompression (int l, int s=Z_DEFAULT_STRATEGY) |
|
inline |
Definition at line 458 of file zlib/contrib/iostream3/zfstream.h.
|
inline |
Definition at line 440 of file zlib/contrib/iostream3/zfstream.h.
Definition at line 463 of file zlib/contrib/iostream3/zfstream.h.