Class to implement a gzip'd output stream. More...
#include <gzstream.h>
Public Member Functions | |
Construction / destruction | |
ogzstream () | |
default constructor More... | |
ogzstream (const char *_name, int _open_mode=std::ios::out) | |
full constructor More... | |
Interface | |
gzstreambuf * | rdbuf () |
void | open (const char *_name, int _open_mode=std::ios::out) |
Public Member Functions inherited from gzstreambase | |
gzstreambase () | |
default constructor More... | |
gzstreambase (const char *_name, int _open_mode) | |
full constructor More... | |
~gzstreambase () | |
destructor More... | |
void | open (const char *_name, int _open_mode) |
void | close () |
gzstreambuf * | rdbuf () |
Additional Inherited Members | |
Protected Attributes inherited from gzstreambase | |
gzstreambuf | buf |
Class to implement a gzip'd output stream.
Definition at line 239 of file gzstream.h.
ogzstream | ( | ) |
default constructor
Definition at line 249 of file gzstream.h.
|
explicit |
full constructor
Definition at line 254 of file gzstream.h.
void open | ( | const char * | _name, |
int | _open_mode = std::ios::out |
||
) |
Definition at line 270 of file gzstream.h.
References gzstreambase::open().
gzstreambuf * rdbuf | ( | ) |
Definition at line 265 of file gzstream.h.
References gzstreambase::rdbuf().