Rizin
unix-like reverse engineering framework and cli tools
|
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 | |
gzofstream & | setcompression (gzofstream &gzs, int l, int s=Z_DEFAULT_STRATEGY) |
template<typename T1 , typename T2 > | |
gzofstream & | operator<< (gzofstream &s, const gzomanip2< T1, T2 > &m) |
gzomanip2< int, int > | setcompression (int l, int s=Z_DEFAULT_STRATEGY) |
|
inline |
|
inline |
Definition at line 440 of file zfstream.h.
References gzofstream::rdbuf(), and s.
Referenced by main(), and setcompression().