GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
gzfstream.h File Reference
#include "octave-config.h"
#include <iosfwd>
#include "zlib.h"
Include dependency graph for gzfstream.h:
This graph shows which files directly or indirectly include this file:

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 >
gzofstreamoperator<< (gzofstream &s, const gzomanip2< T1, T2 > &m)
 
gzofstreamsetcompression (gzofstream &gzs, int l, int s=Z_DEFAULT_STRATEGY)
 
gzomanip2< int, int > setcompression (int l, int s=Z_DEFAULT_STRATEGY)
 

Function Documentation

◆ operator<<()

template<typename T1 , typename T2 >
gzofstream& operator<< ( gzofstream s,
const gzomanip2< T1, T2 > &  m 
)
inline

Definition at line 498 of file gzfstream.h.

References m.

◆ setcompression() [1/2]

gzofstream& setcompression ( gzofstream gzs,
int  l,
int  s = Z_DEFAULT_STRATEGY 
)
inline

Definition at line 481 of file gzfstream.h.

References gzofstream::rdbuf().

Referenced by setcompression().

◆ setcompression() [2/2]

gzomanip2<int, int> setcompression ( int  l,
int  s = Z_DEFAULT_STRATEGY 
)
inline

Definition at line 504 of file gzfstream.h.

References setcompression().