GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <iosfwd>
#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 505 of file zfstream.h.
|
inline |
Definition at line 487 of file zfstream.h.
References gzofstream::rdbuf().
Referenced by setcompression().
Definition at line 510 of file zfstream.h.
References setcompression().