Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Classes | Functions
zfstream.h File Reference
#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

gzofstreamsetcompression (gzofstream &gzs, int l, int s=Z_DEFAULT_STRATEGY)
 
template<typename T1 , typename T2 >
gzofstreamoperator<< (gzofstream &s, const gzomanip2< T1, T2 > &m)
 
gzomanip2< int, intsetcompression (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 458 of file zfstream.h.

◆ setcompression() [1/2]

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

Definition at line 440 of file zfstream.h.

References gzofstream::rdbuf(), and gzfilebuf::setcompression().

Referenced by main(), and setcompression().

◆ setcompression() [2/2]

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

Definition at line 463 of file zfstream.h.

References setcompression().