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 | gzfilestream_common |
class | gzifstream |
Gzipped file input stream class. More... | |
class | gzofstream |
Gzipped file output stream class. More... | |
class | gzomanip< T > |
Functions | |
template<class T > | |
gzofstream & | operator<< (gzofstream &s, const gzomanip< T > &m) |
gzofstream & | setcompressionlevel (gzofstream &s, int l) |
gzofstream & | setcompressionstrategy (gzofstream &s, int l) |
gzomanip< int > | setcompressionlevel (int l) |
gzomanip< int > | setcompressionstrategy (int l) |
gzofstream& operator<< | ( | gzofstream & | s, |
const gzomanip< T > & | m | ||
) |
Definition at line 101 of file zfstream.h.
|
inline |
Definition at line 118 of file zfstream.h.
References setcompressionlevel().
|
inline |
Definition at line 112 of file zfstream.h.
Referenced by setcompressionstrategy().
Definition at line 123 of file zfstream.h.
References setcompressionstrategy().