Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <fstream.h>
#include "zlib.h"
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 106 of file zfstream.h.
References gzofstream::rdbuf(), and gzfilebuf::setcompressionlevel().
Referenced by main().
Definition at line 118 of file zfstream.h.
References gzfilebuf::setcompressionlevel().
|
inline |
Definition at line 112 of file zfstream.h.
References gzofstream::rdbuf(), and gzfilebuf::setcompressionstrategy().
Definition at line 123 of file zfstream.h.
References gzfilebuf::setcompressionstrategy().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:58.
© Copyright Michele Bosi. All rights reserved.