#include <gzstream.h>
Inheritance diagram for gzstreambase:
Public Methods | |
gzstreambase () | |
gzstreambase (const char *name, int open_mode) | |
~gzstreambase () | |
void | open (const char *name, int open_mode) |
void | close () |
gzstreambuf * | rdbuf () |
Protected Attributes | |
gzstreambuf | buf |
|
Definition at line 78 of file gzstream.h. |
|
Definition at line 142 of file gzstream.cpp. |
|
Definition at line 147 of file gzstream.cpp. References buf, and gzstreambuf::close(). |
|
Definition at line 156 of file gzstream.cpp. References buf, gzstreambuf::close(), and gzstreambuf::is_open(). |
|
Reimplemented in igzstream, and ogzstream. Definition at line 151 of file gzstream.cpp. References buf, and gzstreambuf::open(). Referenced by gzstreambase(), ogzstream::open(), and igzstream::open(). |
|
Reimplemented in igzstream, and ogzstream. Definition at line 83 of file gzstream.h. Referenced by ogzstream::rdbuf(), and igzstream::rdbuf(). |
|
Definition at line 76 of file gzstream.h. Referenced by close(), gzstreambase(), open(), and ~gzstreambase(). |